SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "iat"

# SliTaz package receipt.

PACKAGE="iat"
VERSION="0.1.3"
CATEGORY="utilities"
SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of CD-ROM \
image file formats and converting them into ISO-9660."
MAINTAINER="chadi.elahmad@gmail.com"

TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
WEB_SITE="http://iat.berlios.de/"
WGET_URL="http://download.berlios.de/iat/$TARBALL"
HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#iat'

DEPENDS=""
BUILD_DEPENDS=""
TAGS="iso CD convert"

# Rules to configure and make the package.
# The src files are in a folder simply named iat.
compile_rules()
{
    cd $src/..
    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 && \
    make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a $_pkg/usr/bin $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)