wok-next annotate iksemel/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 4396aed7eb01
children 8e1b2a143eb3
rev   line source
al@20464 1 # SliTaz package receipt v2.
pascal@1177 2
pascal@1177 3 PACKAGE="iksemel"
pascal@1177 4 VERSION="1.2"
pascal@1177 5 CATEGORY="network"
al@20464 6 SHORT_DESC="XML parser library for Jabber applications"
pascal@1177 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="LGPL2.1"
pascal@1177 9 WEB_SITE="http://iksemel.jabberstudio.org/"
al@20464 10
pascal@1177 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1177 12 WGET_URL="http://jabberstudio.rediris.es/$PACKAGE/$TARBALL"
pascal@1177 13
al@20464 14 SPLIT="iksemel-dev"
pascal@15597 15
al@20464 16 compile_rules() {
al@20464 17 ./configure $CONFIGURE_ARGS &&
al@20575 18 fix libtool &&
pascal@2481 19 make &&
pascal@15600 20 make DESTDIR=$DESTDIR install
pascal@1177 21 }
pascal@1177 22
al@20464 23 genpkg_rules() {
al@20464 24 case $PACKAGE in
al@20464 25 iksemel)
al@20464 26 copy @std
al@20464 27 DEPENDS="gnutls libgcrypt libgpg-error zlib"
al@20464 28 ;;
al@20464 29 *-dev)
al@20464 30 copy @dev
al@20464 31 ;;
al@20464 32 esac
pascal@1177 33 }