wok diff atm-tools/receipt @ rev 21810
Add python-cffi, python-cparser & python-cryptography
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 17 18:44:53 2019 +0200 (2019-08-17) |
parents | 7f39549720b8 |
children | 5f6c5106b1f5 |
line diff
1.1 --- a/atm-tools/receipt Mon Jul 04 14:47:05 2016 +0300 1.2 +++ b/atm-tools/receipt Sat Aug 17 18:44:53 2019 +0200 1.3 @@ -6,9 +6,9 @@ 1.4 SHORT_DESC="User space tools for atm." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://linux-atm.sourceforge.net/" 1.8 SOURCE="linux-atm" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 -WEB_SITE="http://$SOURCE.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.12 CONFIG_FILES="/etc/atmsigd.conf" 1.13 1.14 @@ -18,12 +18,11 @@ 1.15 compile_rules() 1.16 { 1.17 busybox patch -p0 < $stuff/MAX_PATH.u 1.18 + 1.19 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.20 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.21 make -j1 && 1.22 make -j1 DESTDIR=$DESTDIR install 1.23 - 1.24 - cook_compress_manpages 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.