wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="non-studio"
4 VERSION="git-1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Complete studio, powerful, fast and light"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://non.tuxfamily.org"
11 WGET_URL="git|git://git.tuxfamily.org/gitroot/non/non.git"
13 DEPENDS="ntk libsndfile libsigc++ liblrdf liblo jack-audio-connection-kit \
14 ladspa"
15 BUILD_DEPENDS="ntk-dev libsndfile-dev libsigc++-dev liblrdf-dev liblo-dev \
16 jack-audio-connection-kit-dev ladspa-dev"
18 # Handle cross compilation
19 case "$ARCH" in
20 i?86) BUILD_DEPENDS="$BUILD_DEPENDS git python"
21 esac
23 # Rules to configure and make the package. --project=mixer
24 compile_rules()
25 {
26 ./waf configure --prefix=/usr &&
27 ./waf build &&
28 ./waf install --destdir=${DESTDIR}
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 mkdir -p $fs/usr/share/icons/hicolor
35 cp -a $install/usr/bin $fs/usr
36 cp -a $install/usr/share/non-* $fs/usr/share
37 cp -a $install/usr/share/icons/hicolor/32x32 \
38 $fs/usr/share/icons/hicolor
39 }