wok-undigest rev 173

Removed hydrogen and depends. There in wok now.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 19 13:59:15 2010 +0000 (2010-10-19)
parents ec5eb0227a23
children dace0f50642f
files hydrogen/receipt ladspa-dev/receipt ladspa/receipt liblrdf-dev/receipt liblrdf/receipt raptor-dev/receipt raptor/receipt
line diff
     1.1 --- a/hydrogen/receipt	Tue Oct 19 13:42:09 2010 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,32 +0,0 @@
     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 -}
     2.1 --- a/ladspa-dev/receipt	Tue Oct 19 13:42:09 2010 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,16 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="ladspa-dev"
     2.7 -VERSION="1.13"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="ladspa devel files."
    2.10 -MAINTAINER="jozee@slitaz.org"
    2.11 -WANTED="ladspa"
    2.12 -WEB_SITE="http://www.ladspa.org/"
    2.13 -
    2.14 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.15 -genpkg_rules()
    2.16 -{
    2.17 -	mkdir -p $fs/usr
    2.18 -	cp -a $_pkg/usr/include $fs/usr
    2.19 -}
     3.1 --- a/ladspa/receipt	Tue Oct 19 13:42:09 2010 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,33 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="ladspa"
     3.7 -VERSION="1.13"
     3.8 -CATEGORY="multimedia"
     3.9 -MAINTAINER="jozee@slitaz.org"
    3.10 -SHORT_DESC="Linux Audio Developer's Simple Plugin API (LADSPA)"
    3.11 -BUILD_DEPENDS=""
    3.12 -WEB_SITE="http://www.ladspa.org/"
    3.13 -DEPENDS="gcc-lib-base"
    3.14 -TARBALL="${PACKAGE}_sdk_$VERSION.tgz"
    3.15 -WGET_URL="$WEB_SITE/download/$TARBALL"
    3.16 -TAGS="multimedia"
    3.17 -
    3.18 -# Rules to configure and make the package.
    3.19 -
    3.20 -compile_rules() {
    3.21 -  [ -d $PACKAGE-$VERSION  ] || mv ${PACKAGE}_sdk $PACKAGE-$VERSION
    3.22 -  cd $src/src
    3.23 -  sed -i -e 's/mkdirhier/mkdir -p/' makefile 
    3.24 -  make targets 
    3.25 -  make INSTALL_PLUGINS_DIR=$PWD/../_pkg/usr/lib/ladspa/ \
    3.26 -	   INSTALL_INCLUDE_DIR=$PWD/../_pkg/usr/include/  \
    3.27 -	   INSTALL_BINARY_DIR=$PWD/../_pkg/usr/bin/ install 
    3.28 -}
    3.29 -	
    3.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.31 -genpkg_rules()
    3.32 -{
    3.33 -	mkdir -p $fs/usr/lib/$PACKAGE
    3.34 -	cp -a $_pkg/usr/bin $fs/usr
    3.35 -	cp -a $_pkg/usr/lib/$PACKAGE/*so* $fs/usr/lib/$PACKAGE	
    3.36 -}
     4.1 --- a/liblrdf-dev/receipt	Tue Oct 19 13:42:09 2010 +0000
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,19 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="liblrdf-dev"
     4.7 -VERSION="0.4.0"
     4.8 -CATEGORY="development"
     4.9 -MAINTAINER="jozee@slitaz.org"
    4.10 -SHORT_DESC="liblrdf devel files"
    4.11 -WEB_SITE="http://librdf.org/raptor"
    4.12 -WANTED="liblrdf"
    4.13 -
    4.14 -
    4.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.16 -genpkg_rules()
    4.17 -{
    4.18 -	mkdir -p $fs/usr/lib
    4.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    4.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    4.21 -	cp -a $_pkg/usr/include $fs/usr
    4.22 -}
     5.1 --- a/liblrdf/receipt	Tue Oct 19 13:42:09 2010 +0000
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,31 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="liblrdf"
     5.7 -VERSION="0.4.0"
     5.8 -CATEGORY="multimedia"
     5.9 -MAINTAINER="jozee@slitaz.org"
    5.10 -SHORT_DESC="A library for the manipulation of RDF file in LADSPA plugins"
    5.11 -WEB_SITE="http://sourceforge.net/projects/lrdf"
    5.12 -DEPENDS="raptor ladspa"
    5.13 -BUILD_DEPENDS="raptor raptor-dev ladspa-dev"
    5.14 -TARBALL="${PACKAGE}-${VERSION}.tar.gz"
    5.15 -WGET_URL="$SF_MIRROR/lrdf/$TARBALL"
    5.16 -
    5.17 -
    5.18 -# Rules to configure and make the package.
    5.19 -
    5.20 -compile_rules() {
    5.21 -  cd $src
    5.22 -   ./configure --prefix=/usr &&
    5.23 -  make &&
    5.24 -  make DESTDIR=$PWD/_pkg install 
    5.25 -}
    5.26 -	
    5.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.28 -genpkg_rules()
    5.29 -{
    5.30 -	mkdir -p $fs/usr/lib $fs/usr/share
    5.31 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    5.32 -	cp -a $_pkg/usr/share/ladspa $fs/usr/share
    5.33 -	
    5.34 -}
     6.1 --- a/raptor-dev/receipt	Tue Oct 19 13:42:09 2010 +0000
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,19 +0,0 @@
     6.4 -# SliTaz package receipt.
     6.5 -
     6.6 -PACKAGE="raptor-dev"
     6.7 -VERSION="1.4.20"
     6.8 -CATEGORY="development"
     6.9 -MAINTAINER="jozee@slitaz.org"
    6.10 -SHORT_DESC="raptor devel files"
    6.11 -WEB_SITE="http://librdf.org/raptor"
    6.12 -WANTED="raptor"
    6.13 -
    6.14 -
    6.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.16 -genpkg_rules()
    6.17 -{
    6.18 -	mkdir -p $fs/usr/lib
    6.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    6.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    6.21 -	cp -a $_pkg/usr/include $fs/usr
    6.22 -}
     7.1 --- a/raptor/receipt	Tue Oct 19 13:42:09 2010 +0000
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,29 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="raptor"
     7.7 -VERSION="1.4.20"
     7.8 -CATEGORY="multimedia"
     7.9 -MAINTAINER="jozee@slitaz.org"
    7.10 -SHORT_DESC="A C library that parses RDF/XML/N-Triples into RDF triples"
    7.11 -BUILD_DEPENDS=" libxml2-dev  curl-dev  zlib-dev  openssl-dev  libxslt-dev "
    7.12 -WEB_SITE="http://librdf.org/raptor"
    7.13 -DEPENDS="libxml2 curl zlib openssl libxslt"
    7.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.15 -WGET_URL="http://librdf.org/dist/source/$TARBALL"
    7.16 -
    7.17 -# Rules to configure and make the package.
    7.18 -
    7.19 -compile_rules() {
    7.20 -  cd $src
    7.21 -  ./configure --prefix=/usr --disable-static &&
    7.22 -  make &&
    7.23 -  make prefix=$PWD/_pkg/usr install 
    7.24 -}
    7.25 -	
    7.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.27 -genpkg_rules()
    7.28 -{
    7.29 -	mkdir -p $fs/usr/lib 
    7.30 -	cp -a $_pkg/usr/bin $fs/usr
    7.31 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/	
    7.32 -}