SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "graveman"

# SliTaz package receipt.

PACKAGE="graveman"
VERSION="0.3.12-5"
CATEGORY="utilities"
SHORT_DESC="Frontend for cd-burning tools"
MAINTAINER="allan316@gmail.com"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://graveman.tuxfamily.org"
WGET_URL="$WEB_SITE/sources/$TARBALL"

DEPENDS="readom dvd+rw-tools dvd+rw-media-tools sox cdrdao libao libid3tag libmad lame libvorbis libogg flac libglade libmng"
BUILD_DEPENDS="intltool libglade-dev flac-dev lame-dev libao-dev libmng-dev libogg-dev libmad-dev libvorbis-dev"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*} 2>/dev/null | \
    sed "/current/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure \
        --prefix=/usr  $CONFIGURE_ARGS &&
        make &&
        make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/locale
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/share/applications $fs/usr/share
    cp -a $install/usr/share/pixmaps $fs/usr/share
    cp -a $install/usr/share/graveman $fs/usr/share
    cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    sed 's|graveman-main.png|graveman48.png|' \
        -i $fs/usr/share/graveman/dialog_about.glade
}

6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)