SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fbida"

# SliTaz package receipt.

PACKAGE="fbida"
VERSION="2.07"
CATEGORY="utilities"
SHORT_DESC="A simple GTK+ disc burner"
MAINTAINER="devl547@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://linux.bytesex.org/fbida/"
WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL"

DEPENDS="libpng giflib tiff jpeg ttf-bitstream-vera libexif zlib \
libcurl"
BUILD_DEPENDS="freetype-dev fontconfig-dev libexif-dev curl-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make -j2 && make DESTDIR=$DESTDIR install
}

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

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