wok-next view aalib/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 835b3b8ce6ac
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aalib"
4 VERSION="1.4rc5"
5 CATEGORY="multimedia"
6 SHORT_DESC="A portable ASCII art graphic library"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL2"
9 WEB_SITE="http://aa-project.sourceforge.net/aalib/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/aalib.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/aa-project/$TARBALL"
15 BUILD_DEPENDS="ncurses-dev xorg-libXt-dev xorg-libX11-dev"
16 SPLIT="aalib-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 aalib)
30 copy @std
31 DEPENDS="ncurses xorg-libX11"
32 ;;
33 *-dev) copy @dev;;
34 esac
35 }