
Receipt for package "exosip"
# SliTaz package receipt. PACKAGE="exosip" VERSION="5.3.0" CATEGORY="network" SHORT_DESC="Extended SIP library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://savannah.nongnu.org/projects/exosip/" SOURCE="libexosip2" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" DEPENDS="openssl osip" BUILD_DEPENDS="openssl-dev osip-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./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 cook_copy_files *.so* }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)