
Receipt for package "libtirpc"
# SliTaz package receipt. PACKAGE="libtirpc" VERSION="1.3.2" CATEGORY="system-tools" SHORT_DESC="Transport-Independent RPC library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://sourceforge.net/projects/libtirpc/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" HOST_ARCH="i486 arm x86_64" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/libtirpc/files/libtirpc/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/libtirpc/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { ./configure \ sysconfdir=/etc \ --disable-gssapi \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders etc cook_copy_files *.so* }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)