wok-stable annotate a2ps/receipt @ rev 3878
Support icedtea6 bootstrapping
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Mon Aug 10 12:33:20 2009 +0000 (2009-08-10) |
parents | |
children | f4fd0777003f |
rev | line source |
---|---|
pascal@3814 | 1 # SliTaz package receipt. |
pascal@3814 | 2 |
pascal@3814 | 3 PACKAGE="a2ps" |
pascal@3814 | 4 VERSION="4.14" |
pascal@3814 | 5 CATEGORY="office" |
pascal@3814 | 6 SHORT_DESC="Any to PostScript filter." |
pascal@3814 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@3814 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@3814 | 9 WEB_SITE="http://www.infres.enst.fr/~demaille/" |
pascal@3814 | 10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
pascal@3814 | 11 BUILD_DEPENDS="gperf" |
pascal@3814 | 12 |
pascal@3814 | 13 # Rules to configure and make the package. |
pascal@3814 | 14 compile_rules() |
pascal@3814 | 15 { |
pascal@3814 | 16 cd $src |
pascal@3814 | 17 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@3814 | 18 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && |
pascal@3814 | 19 make && |
pascal@3814 | 20 make DESTDIR=$PWD/_pkg install |
pascal@3814 | 21 } |
pascal@3814 | 22 |
pascal@3814 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3814 | 24 genpkg_rules() |
pascal@3814 | 25 { |
pascal@3814 | 26 cp -a $_pkg/* $fs |
pascal@3814 | 27 rm -rf $fs/usr/lib $fs/usr/include $fs/usr/share/man $fs/usr/share/info |
pascal@3814 | 28 sed -i 's/^FileCommand/#FileCommand/' $fs/etc/a2ps.cfg |
pascal@3814 | 29 } |