SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "brasero"

# SliTaz package receipt.

PACKAGE="brasero"
VERSION="2.30.0"
CATEGORY="utilities"
SHORT_DESC="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop."
MAINTAINER="devl547@gmail.com"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://www.gnome.org/projects/brasero"
WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"

DEPENDS="glib gtk+ GConf gstreamer gst-plugins-base libxml2 libunique \
dbus-glib cdrdao dvd+rw-tools libcanberra libvorbis libogg"
BUILD_DEPENDS="glib-dev gtk+-dev GConf-dev gstreamer-dev gst-plugins-base-dev \
libxml2-dev libunique-dev dbus-glib-dev gnome-doc-utils-dev libxcb-dev \
libpthread-stubs xcb-util-dev ORBit2-dev dbus-dev libcanberra-dev \
gnome-doc-utils libxml2-python libvorbis-dev libogg-dev util-linux-uuid-dev \
intltool libtool file"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure \
        --prefix=/usr \
        --disable-schemas-install \
        --disable-scrollkeeper \
        --disable-caches \
        --disable-gtk-doc-html \
        --disable-nautilus \
        --disable-gtk-doc \
        --disable-search \
        --disable-playlist &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $install/usr/bin $fs/usr/
    cp -a $install/usr/lib $fs/usr/
    cp -a $install/usr/share/applications $fs/usr/share/applications
    cp -a $install/usr/share/icons $fs/usr/share/icons
    cp -a $install/usr/share/brasero $fs/usr/share/brasero
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)