wok diff iat/receipt @ rev 21206
Add lbzip2 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 07 20:47:35 2019 +0200 (2019-04-07) |
parents | 20661c276bcf |
children | e6a4cd87fdcb |
line diff
1.1 --- a/iat/receipt Sun Jan 27 17:42:10 2019 +0100 1.2 +++ b/iat/receipt Sun Apr 07 20:47:35 2019 +0200 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iat" 1.7 -VERSION="0.1.3" 1.8 +VERSION="0.1.7" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of CD-ROM \ 1.11 -image file formats and converting them into ISO-9660." 1.12 +TAGS="ISO CD DVD convert" 1.13 +SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of optical disk \ 1.14 +image file formats into ISO-9660 format." 1.15 MAINTAINER="chadi.elahmad@gmail.com" 1.16 LICENSE="GPL2" 1.17 +WEB_SITE="https://sourceforge.net/projects/iat.berlios/" 1.18 +HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#iat' 1.19 1.20 -TARBALL="$PACKAGE-$VERSION-src.tar.bz2" 1.21 -WEB_SITE="https://sourceforge.net/projects/iat.berlios/" 1.22 -WGET_URL="http://download.berlios.de/iat/$TARBALL" 1.23 -HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#iat' 1.24 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.25 +WGET_URL="${WEB_SITE}files/$TARBALL" 1.26 1.27 DEPENDS="" 1.28 BUILD_DEPENDS="" 1.29 -TAGS="iso CD convert" 1.30 1.31 # Rules to configure and make the package. 1.32 # The src files are in a folder simply named iat. 1.33 @@ -25,12 +25,12 @@ 1.34 if test -d $PACKAGE ; then mv -f $PACKAGE $PACKAGE-$VERSION ; fi 1.35 1.36 cd $src 1.37 - ./configure \ 1.38 - --prefix=/usr \ 1.39 - --mandir=/usr/share/man \ 1.40 - --infodir=/usr/share/info \ 1.41 - $CONFIGURE_ARGS && \ 1.42 - make && \ 1.43 + ./configure \ 1.44 + --prefix=/usr \ 1.45 + --mandir=/usr/share/man \ 1.46 + --infodir=/usr/share/info \ 1.47 + $CONFIGURE_ARGS && 1.48 + make -j 1 && 1.49 make DESTDIR=$DESTDIR install 1.50 } 1.51