wok-next annotate gsasl/receipt @ rev 21457

updated sshfs-fuse (3.3.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Thu May 07 14:36:33 2020 +0100 (2020-05-07)
parents d3444352a0af
children d96c9a7b7089
rev   line source
al@20464 1 # SliTaz package receipt v2.
pascal@2132 2
pascal@2132 3 PACKAGE="gsasl"
pascal@2132 4 VERSION="0.2.29"
pascal@2132 5 CATEGORY="system-tools"
al@20464 6 SHORT_DESC="Simple Authentication and Security Layer"
pascal@2132 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15265 8 LICENSE="GPL3"
al@20464 9 WEB_SITE="http://www.gnu.org/software/gsasl/"
al@20464 10
pascal@2132 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2132 12 WGET_URL="ftp://alpha.gnu.org/pub/gnu/$PACKAGE/$TARBALL"
pascal@15265 13
al@21020 14 SPLIT="$PACKAGE-dev"
pascal@2132 15
al@20464 16 compile_rules() {
al@20464 17 ./configure $CONFIGURE_ARGS &&
al@20573 18 fix libtool &&
pascal@15265 19 make $MAKEFLAGS &&
al@21020 20 make DESTDIR=$install install
pascal@2132 21 }
pascal@2132 22
al@20464 23 genpkg_rules() {
al@20464 24 case $PACKAGE in
al@20464 25 gsasl)
al@20464 26 copy @std
al@20464 27 DEPENDS="gnutls libgcrypt libgpg-error ncurses readline zlib \
al@20464 28 libidn libkrb5 libcomerr3 libtasn1"
al@20464 29 ;;
al@20464 30 *-dev)
al@20464 31 copy @dev
al@20464 32 ;;
al@20464 33 esac
pascal@2132 34 }