wok-next view gsasl/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 4396aed7eb01
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gsasl"
4 VERSION="0.2.29"
5 CATEGORY="system-tools"
6 SHORT_DESC="Simple Authentication and Security Layer"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.gnu.org/software/gsasl/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://alpha.gnu.org/pub/gnu/$PACKAGE/$TARBALL"
14 SPLIT="gsasl-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make $MAKEFLAGS &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 gsasl)
26 copy @std
27 DEPENDS="gnutls libgcrypt libgpg-error ncurses readline zlib \
28 libidn libkrb5 libcomerr3 libtasn1"
29 ;;
30 *-dev)
31 copy @dev
32 ;;
33 esac
34 }