wok-next view a2ps/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 757d032c55c7
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="a2ps"
4 VERSION="4.14"
5 CATEGORY="office"
6 SHORT_DESC="Any to PostScript filter"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.gnu.org/software/a2ps/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gperf"
15 COOKOPTS="skip-log-errors"
17 compile_rules() {
18 # Be busybox sort compatible
19 sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install || return 1
26 sed -i 's/^FileCommand/#FileCommand/' $install/etc/a2ps.cfg
27 }
29 genpkg_rules() {
30 copy @std
31 TAGS="ps print convert"
32 }