SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "dvdauthor"

# SliTaz package receipt.

PACKAGE="dvdauthor"
VERSION="0.7.0"
CATEGORY="multimedia"
SHORT_DESC="A simple set of tools to help you author a DVD."
MAINTAINER="pankso@slitaz.org"
DEPENDS="imagemagick tiff jpeg libxml2 fribidi libdvdread"
BUILD_DEPENDS="imagemagick-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev \
libpng-dev"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://dvdauthor.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --mandir=/usr/share/man \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$PWD/_pkg install
}

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

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