wok diff non-studio/receipt @ rev 16378

Add: ntk + non-studio
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 15 02:04:52 2014 +0200 (2014-04-15)
parents
children db5d78146275
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/non-studio/receipt	Tue Apr 15 02:04:52 2014 +0200
     1.3 @@ -0,0 +1,39 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="non-studio"
     1.7 +VERSION="git-1"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Complete studio, powerful, fast and light"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://non.tuxfamily.org"
    1.14 +WGET_URL="git|git://git.tuxfamily.org/gitroot/non/non.git"
    1.15 +
    1.16 +DEPENDS="ntk libsndfile libsigc++ liblrdf liblo jack-audio-connection-kit \
    1.17 +ladspa"
    1.18 +BUILD_DEPENDS="ntk-dev libsndfile-dev libsigc++-dev liblrdf-dev liblo-dev \
    1.19 +jack-audio-connection-kit-dev ladspa-dev"
    1.20 +
    1.21 +# Handle cross compilation
    1.22 +case "$ARCH" in
    1.23 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS git python"
    1.24 +esac
    1.25 +
    1.26 +# Rules to configure and make the package. --project=mixer
    1.27 +compile_rules()
    1.28 +{
    1.29 +	./waf configure --prefix=/usr &&
    1.30 +	./waf build &&
    1.31 +	./waf install --destdir=${DESTDIR}
    1.32 +}
    1.33 +
    1.34 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 +genpkg_rules()
    1.36 +{
    1.37 +	mkdir -p $fs/usr/share/icons/hicolor
    1.38 +	cp -a $install/usr/bin $fs/usr
    1.39 +	cp -a $install/usr/share/non-* $fs/usr/share
    1.40 +	cp -a $install/usr/share/icons/hicolor/32x32 \
    1.41 +		$fs/usr/share/icons/hicolor
    1.42 +}