wok-next view a2ps/receipt @ rev 20975

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
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 }