wok-next annotate a2ps/receipt @ rev 21689

updated glusterfs (3.12.5 -> 7.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:33:02 2020 +0100 (2020-06-29)
parents 757d032c55c7
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@3814 2
pascal@3814 3 PACKAGE="a2ps"
pascal@3814 4 VERSION="4.14"
pascal@3814 5 CATEGORY="office"
al@20534 6 SHORT_DESC="Any to PostScript filter"
pascal@3814 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 8 LICENSE="GPL3"
al@20534 9 WEB_SITE="http://www.gnu.org/software/a2ps/"
al@20534 10
pascal@3814 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@3814 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pascal@15176 13
pascal@3814 14 BUILD_DEPENDS="gperf"
al@20569 15 COOKOPTS="skip-log-errors"
pascal@3814 16
al@20534 17 compile_rules() {
pascal@5150 18 # Be busybox sort compatible
pascal@5150 19 sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh
al@20534 20
al@20534 21 ./configure $CONFIGURE_ARGS &&
al@20569 22 fix libtool &&
al@20569 23 make &&
al@20534 24 make install || return 1
al@20534 25
al@20534 26 sed -i 's/^FileCommand/#FileCommand/' $install/etc/a2ps.cfg
pascal@3814 27 }
pascal@3814 28
al@20534 29 genpkg_rules() {
al@20534 30 copy @std
al@20534 31 TAGS="ps print convert"
pascal@3814 32 }