wok-current diff atm-tools/receipt @ rev 19505
Rollback liboping (1.8.0)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Nov 19 09:14:20 2016 +0000 (2016-11-19) |
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 Nov 19 09:14:20 2016 +0000 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.