wok-next annotate iksemel/receipt @ rev 21157

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 04 11:54:13 2019 +0100 (2019-02-04)
parents 8e1b2a143eb3
children
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"
al@20949 9 WEB_SITE="https://github.com/meduketto/iksemel"
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@21020 14 SPLIT="$PACKAGE-dev"
pascal@15597 15
al@20464 16 compile_rules() {
al@20464 17 ./configure $CONFIGURE_ARGS &&
al@20575 18 fix libtool &&
pascal@2481 19 make &&
al@21020 20 make DESTDIR=$install 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 }