# SliTaz package receipt. PACKAGE="sipsak" VERSION="0.9.8.1" CATEGORY="network" SHORT_DESC="SIP swiss army knife." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/nils-ohlmeier/sipsak/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz" DEPENDS="gnutls libcrypto zlib" BUILD_DEPENDS="autoconf libcrypto libcrypto-dev libtool" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { autoreconf --install && ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin }