# HG changeset patch # User Hans-G?nter Theisgen # Date 1552390642 -3600 # Node ID 6a429746d1986d3920d5ee1dee1d60fc74d91a50 # Parent 7f35f94ea79fd36e9c8aa78927955e958bc3cbb8 updated iat (0.1.3 -> 0.1.7) diff -r 7f35f94ea79f -r 6a429746d198 iat/receipt --- a/iat/receipt Mon Mar 11 17:51:31 2019 +0100 +++ b/iat/receipt Tue Mar 12 12:37:22 2019 +0100 @@ -1,21 +1,21 @@ # SliTaz package receipt. PACKAGE="iat" -VERSION="0.1.3" +VERSION="0.1.7" CATEGORY="utilities" -SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of CD-ROM \ -image file formats and converting them into ISO-9660." +TAGS="ISO CD DVD convert" +SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of optical disk \ +image file formats into ISO-9660 format." MAINTAINER="chadi.elahmad@gmail.com" LICENSE="GPL2" +WEB_SITE="https://sourceforge.net/projects/iat.berlios/" +HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#iat' -TARBALL="$PACKAGE-$VERSION-src.tar.bz2" -WEB_SITE="https://sourceforge.net/projects/iat.berlios/" -WGET_URL="http://download.berlios.de/iat/$TARBALL" -HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#iat' +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="${WEB_SITE}files/$TARBALL" DEPENDS="" BUILD_DEPENDS="" -TAGS="iso CD convert" # Rules to configure and make the package. # The src files are in a folder simply named iat. @@ -25,12 +25,12 @@ if test -d $PACKAGE ; then mv -f $PACKAGE $PACKAGE-$VERSION ; fi cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - $CONFIGURE_ARGS && \ - make && \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + $CONFIGURE_ARGS && + make -j 1 && make DESTDIR=$DESTDIR install }