SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gnomad2"

# SliTaz package receipt.

PACKAGE="gnomad2"
VERSION="2.9.6"
CATEGORY="multimedia"
SHORT_DESC="GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range."
MAINTAINER="keupont@no-log.org"
LICENSE="GPL2"
WEB_SITE="https://gnomad2.sourceforge.net/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="dbus-glib freetype glibc gtk+ hal libid3tag 
    libmtp libnjb libusb-compat taglib"
BUILD_DEPENDS="glib-dev gtk+-dev hal-dev intltool libid3tag-dev libmtp-dev 
    libnjb-dev libusb-compat-dev taglib-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/gnomad2/files/gnomad2/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    sed '/scope="row/!d;s|.*%20||;s|/.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure &&
    make &&
    make install
}

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