SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "nted"

# SliTaz package receipt.

PACKAGE="nted"
VERSION="1.10.18"
CATEGORY="multimedia"
TAGS="music score"
SHORT_DESC="A musical score editor."
MAINTAINER="maintainer@slitaz.org"
LICENSE="GPL2+"
WEB_SITE="https://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://vsr.informatik.tu-chemnitz.de/staff/jan/nted/sources/$TARBALL"

SUGGESTED="TiMidity++"        # to play the music
DEPENDS="alsa-lib cairo gettext-base gtk+ harfbuzz"
BUILD_DEPENDS="alsa-lib-dev cairo-dev gettext gtk+-dev harfbuzz-dev"

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p    $fs/usr/share/doc

    cp -a    $install/usr/bin        $fs/usr
    cp -a    $install/usr/share/doc/nted    $fs/usr/share/doc
    cp -a    $install/usr/share/nted        $fs/usr/share
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)