wok-next view gsasl/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents dead8955c3ca
children d3444352a0af
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 make $MAKEFLAGS &&
19 make DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 gsasl)
25 copy @std
26 DEPENDS="gnutls libgcrypt libgpg-error ncurses readline zlib \
27 libidn libkrb5 libcomerr3 libtasn1"
28 ;;
29 *-dev)
30 copy @dev
31 ;;
32 esac
33 }