wok-undigest rev 62

Add hydrogen
author Rohit Joshi <jozee@slitaz.org>
date Fri Apr 16 13:10:01 2010 -0400 (2010-04-16)
parents 08287af87816
children 63f8d27e8cd0
files hydrogen/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hydrogen/receipt	Fri Apr 16 13:10:01 2010 -0400
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="hydrogen"
     1.7 +VERSION="0.9.4"
     1.8 +CATEGORY="multimedia"
     1.9 +MAINTAINER="jozee@slitaz.org"
    1.10 +SHORT_DESC="Advanced Drum Machine"
    1.11 +WEB_SITE="http://www.$PACKAGE-music.org/"
    1.12 +DEPENDS="libarchive liblrdf libQtCore libQtGui libQtXml jack-audio-connection-kit"
    1.13 +BUILD_DEPENDS="scons libarchive-dev liblrdf-dev  Qt4-dev jack-audio-connection-kit-dev flac-dev "
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 +TAGS="multimedia"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +
    1.20 +compile_rules() {
    1.21 +  cd $src
    1.22 +  export QTDIR=/usr
    1.23 +  mkdir -p $PWD/_pkg
    1.24 +  scons prefix=/usr libarchive=1 
    1.25 +  scons DESTDIR=$PWD/_pkg install 
    1.26 +}
    1.27 +	
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.32 +	cp -a $_pkg/usr/bin $fs/usr
    1.33 +	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share	
    1.34 +	cp -a $_pkg/usr/share/pixmaps $fs/usr/share	
    1.35 +}