
Receipt for package "gsasl"
# SliTaz package receipt. PACKAGE="gsasl" VERSION="1.10.0" CATEGORY="system-tools" SHORT_DESC="Simple Authentication and Security Layer." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://www.gnu.org/software/$PACKAGE/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" SUGGESTED="gsasl-lang" DEPENDS="gnutls libcomerr3 libgcrypt libgpg-error libidn libkrb5 libtasn1 ncurses readline zlib" BUILD_DEPENDS="libgcrypt-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | 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 $MAKEFLAGS && 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)