wok annotate a2ps/receipt @ rev 19615
Up: mpfr (3.1.5)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Jan 09 19:50:23 2017 +0000 (2017-01-09) |
parents | 45507bfb2b0d |
children | 71360a13cd94 |
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@15362 | 8 LICENSE="GPL3" |
pascal@3814 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@11684 | 10 WEB_SITE="http://www.gnu.org/software/a2ps/" |
pascal@3814 | 11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
pascal@15176 | 12 TAGS="ps print convert" |
pascal@15176 | 13 |
pascal@3814 | 14 BUILD_DEPENDS="gperf" |
pascal@3814 | 15 |
pascal@3814 | 16 # Rules to configure and make the package. |
pascal@3814 | 17 compile_rules() |
pascal@3814 | 18 { |
pascal@5150 | 19 # Be busybox sort compatible |
pascal@5150 | 20 sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh |
slaxemulator@10099 | 21 ./configure --sysconfdir=/etc $CONFIGURE_ARGS && |
pascal@15176 | 22 make 2>&1 | grep -v fonts.map.new && |
slaxemulator@10099 | 23 make install |
pascal@3814 | 24 } |
pascal@3814 | 25 |
pascal@3814 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3814 | 27 genpkg_rules() |
pascal@3814 | 28 { |
pascal@15176 | 29 cp -a $install/* $fs |
pascal@3814 | 30 rm -rf $fs/usr/lib $fs/usr/include $fs/usr/share/man $fs/usr/share/info |
pascal@3814 | 31 sed -i 's/^FileCommand/#FileCommand/' $fs/etc/a2ps.cfg |
pascal@3814 | 32 } |