mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name iksemel
|
|
version 1.4
|
|
revision 4
|
|
categories textproc
|
|
license LGPL-2.1
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description XML parser library for Jabber applications
|
|
|
|
long_description iksemel is an XML (eXtensible Markup Language) parser \
|
|
library designed for Jabber applications.
|
|
|
|
homepage https://code.google.com/p/iksemel/
|
|
master_sites googlecode:iksemel
|
|
|
|
checksums md5 532e77181694f87ad5eb59435d11c1ca \
|
|
sha1 722910b99ce794fd3f6f0e5f33fa804732cf46db \
|
|
rmd160 8f6e528d8a5d08bce88cb90b100dab7ea7a0d203
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib path:lib/pkgconfig/gnutls.pc:gnutls
|
|
|
|
patchfiles patch-src-stream.c.diff
|
|
|
|
post-extract {
|
|
# https://code.google.com/p/iksemel/issues/detail?id=29
|
|
xinstall -d ${workpath}/bin
|
|
xinstall ${filespath}/libgnutls-config ${workpath}/bin
|
|
}
|
|
|
|
configure.args --with-libgnutls-prefix=${workpath}
|