wok-next view gsasl/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents d3444352a0af
children d96c9a7b7089
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="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make $MAKEFLAGS &&
20 make DESTDIR=$install 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 }