SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "songwrite"

# SliTaz package receipt.

PACKAGE="songwrite"
SOURCE="Songwrite2"
VERSION="0.4"
CATEGORY="multimedia"
SHORT_DESC="music score and songbook editor."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL3"
TARBALL="$SOURCE-$VERSION.tar.gz"
WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/songwrite/index_en.html"
WGET_URL="https://web.archive.org/web/20170225200400if_/http://download.gna.org/songwrite/$TARBALL"

DEPENDS="python editobj gtk+ pycairo"
BUILD_DEPENDS="python"
SUGGESTED="TiMidity++ evince"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/Songwrite 2 [0-9]/!d;s|.*Songwrite 2 ||;s|<.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    python ./setup.py install --root=$DESTDIR
}

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