wok view aalib/receipt @ rev 13952

xournal: up to 4.7
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:53:31 2013 +0000 (2013-01-29)
parents
children 1bf5511f099e
line source
1 # SliTaz package receipt.
3 PACKAGE="aalib"
4 VERSION="1.4rc4"
5 CATEGORY="graphics"
6 SHORT_DESC="AAlib is an portable ascii art GFX library."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://aa-project.sourceforge.net/aalib/"
10 WGET_URL="$SF_MIRROR/project/aa-project/aa-lib/$VERSION/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }