wok rev 11226

Add from wok-undigest: nvclock ola ola-dev owfs oxine protobuf protobuf-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 04 11:10:38 2011 +0100 (2011-11-04)
parents 6d24611d6736
children 532ab3b57d40
files mongodb/receipt nvclock/receipt nvclock/stuff/nvclock-0.8b4-install.patch ola-dev/receipt ola/receipt owfs/receipt oxine/receipt protobuf-dev/receipt protobuf/receipt
line diff
     1.1 --- a/mongodb/receipt	Fri Nov 04 09:59:19 2011 +0100
     1.2 +++ b/mongodb/receipt	Fri Nov 04 11:10:38 2011 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  libboost-thread-dev libboost-program-options-dev spidermonkey-dev"
     1.5  TARBALL="$PACKAGE-src-r${VERSION}.tar.gz"
     1.6  WEB_SITE="http://www.mongodb.org/"
     1.7 -WGET_URL="http://downloads.mongodb.org/src/mongodb-src-r1.6.3.tar.gz"
     1.8 +WGET_URL="http://downloads.mongodb.org/src/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/nvclock/receipt	Fri Nov 04 11:10:38 2011 +0100
     2.3 @@ -0,0 +1,29 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="nvclock"
     2.7 +VERSION="0.8b4"
     2.8 +CATEGORY="network"
     2.9 +MAINTAINER="jozee@slitaz.org"
    2.10 +SHORT_DESC="A small utility which allows users to overclock NVIDIA based video cards"
    2.11 +WEB_SITE="http://www.linuxhardware.org/nvclock/"
    2.12 +TARBALL="$PACKAGE$VERSION.tar.gz"
    2.13 +WGET_URL="$WEB_SITE/$TARBALL"
    2.14 +TAGS="power-management"
    2.15 +
    2.16 +# Rules to configure and make the package.
    2.17 +compile_rules(){
    2.18 +  [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION
    2.19 +  cd $src
    2.20 +   patch -Np1 -i $stuff/$PACKAGE-$VERSION-install.patch 
    2.21 +  ./configure --prefix=/usr --bindir=/usr/bin &&
    2.22 +  make -j 1 &&
    2.23 +  make DESTDIR=$DESTDIR install 
    2.24 +}
    2.25 +	
    2.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 +genpkg_rules()
    2.28 +{
    2.29 +	mkdir -p $fs/usr/share/pixmaps
    2.30 +	cp -a $_pkg/usr/bin $fs/usr
    2.31 +	cp -a $_pkg/usr/share/icons/hicolor/48x48/apps/* $fs/usr/share/pixmaps
    2.32 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/nvclock/stuff/nvclock-0.8b4-install.patch	Fri Nov 04 11:10:38 2011 +0100
     3.3 @@ -0,0 +1,14 @@
     3.4 +diff -upNr nvclock-0.8b4/src/Makefile.in.orig nvclock-0.8b4/src/Makefile.in
     3.5 +--- nvclock-0.8b4/src/Makefile.in.orig	Sat Jan  3 12:02:54 2009
     3.6 ++++ nvclock-0.8b4/src/Makefile.in	Thu May  6 08:40:39 2010
     3.7 +@@ -50,8 +50,8 @@
     3.8 + install: install-recursive install-app
     3.9 + install-app:
    3.10 + 	mkdir -p $(bindir)
    3.11 +-	$(INSTALL) -c nvclock $(DESTDIR)$(bindir)/nvclock
    3.12 +-	$(INSTALL) -c smartdimmer $(DESTDIR)$(bindir)/smartdimmer
    3.13 ++	$(INSTALL) -c nvclock $(bindir)/nvclock
    3.14 ++	$(INSTALL) -c smartdimmer $(bindir)/smartdimmer
    3.15 + 
    3.16 + 
    3.17 + uninstall: uninstall-recursive uninstall-app
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/ola-dev/receipt	Fri Nov 04 11:10:38 2011 +0100
     4.3 @@ -0,0 +1,19 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="ola-dev"
     4.7 +VERSION="0.8.12"
     4.8 +CATEGORY="development"
     4.9 +SHORT_DESC="Open Lighting Architecture devel files."
    4.10 +MAINTAINER="pankso@slitaz.org"
    4.11 +WEB_SITE="http://www.opendmx.net/index.php/OLA"
    4.12 +WANTED="ola"
    4.13 +
    4.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.15 +genpkg_rules()
    4.16 +{
    4.17 +	mkdir -p $fs/usr/lib/olad
    4.18 +	cp -a $install/usr/include $fs/usr
    4.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    4.20 +	cp -a $install/usr/lib/olad/*.*a $fs/usr/lib/olad
    4.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    4.22 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/ola/receipt	Fri Nov 04 11:10:38 2011 +0100
     5.3 @@ -0,0 +1,33 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="ola"
     5.7 +VERSION="0.8.12"
     5.8 +CATEGORY="network"
     5.9 +SHORT_DESC="Open Lighting Architecture."
    5.10 +MAINTAINER="pankso@slitaz.org"
    5.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.12 +WEB_SITE="http://www.opendmx.net/index.php/OLA"
    5.13 +WGET_URL="http://linux-lighting.googlecode.com/files/$TARBALL"
    5.14 +
    5.15 +DEPENDS="protobuf cppunit"
    5.16 +BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev"
    5.17 +
    5.18 +# Rules to configure and make the package.
    5.19 +compile_rules()
    5.20 +{
    5.21 +	cd $src
    5.22 +	./configure \
    5.23 +		--prefix=/usr \
    5.24 +		$CONFIGURE_ARGS &&
    5.25 +	make && make install
    5.26 +}
    5.27 +
    5.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.29 +genpkg_rules()
    5.30 +{
    5.31 +	mkdir -p $fs/usr/lib/olad
    5.32 +	cp -a $install/usr/bin $fs/usr
    5.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    5.34 +	cp -a $install/usr/lib/olad/*.so* $fs/usr/lib/olad
    5.35 +	cp -a $install/usr/share $fs/usr
    5.36 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/owfs/receipt	Fri Nov 04 11:10:38 2011 +0100
     6.3 @@ -0,0 +1,29 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="owfs"
     6.7 +VERSION="2.7p33"
     6.8 +CATEGORY="misc"
     6.9 +SHORT_DESC="OWFS One Wire File System."
    6.10 +MAINTAINER="l.lemarinel@gmail.com"
    6.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.12 +WEB_SITE="www.owfs.org"
    6.13 +WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL"
    6.14 +BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat"
    6.15 +DEPENDS="fuse libusb"
    6.16 +
    6.17 +
    6.18 +# Rules to configure and make the package.
    6.19 +compile_rules()
    6.20 +{
    6.21 +	cd $src
    6.22 +	./configure --prefix=/usr --bindir=/usr/bin &&
    6.23 +	make &&
    6.24 +	make DESTDIR=$DESTDIR install
    6.25 +}
    6.26 +
    6.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.28 +genpkg_rules()
    6.29 +{
    6.30 +	mkdir -p $fs/usr
    6.31 +	cp -a $_pkg/usr/bin $fs/usr
    6.32 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/oxine/receipt	Fri Nov 04 11:10:38 2011 +0100
     7.3 @@ -0,0 +1,28 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="oxine"
     7.7 +VERSION="0.7.1"
     7.8 +CATEGORY="multimedia"
     7.9 +SHORT_DESC="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems."
    7.10 +MAINTAINER="devl547@gmail.com"
    7.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.12 +WEB_SITE="http://oxine.sourceforge.net/"
    7.13 +WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    7.14 +BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev"
    7.15 +DEPENDS="libcdio xine-lib curl"
    7.16 +
    7.17 +# Rules to configure and make the package.
    7.18 +compile_rules()
    7.19 +{
    7.20 +	cd $src
    7.21 +	./configure $CONFIGURE_ARGS &&
    7.22 +	make &&	make install
    7.23 +}
    7.24 +
    7.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.26 +genpkg_rules()
    7.27 +{
    7.28 +	mkdir -p $fs/usr/
    7.29 +	cp -a $install/usr/bin $fs/usr
    7.30 +	cp -a $install/usr/share/ $fs/usr
    7.31 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/protobuf-dev/receipt	Fri Nov 04 11:10:38 2011 +0100
     8.3 @@ -0,0 +1,18 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="protobuf-dev"
     8.7 +VERSION="2.4.1"
     8.8 +CATEGORY="development"
     8.9 +SHORT_DESC="Devel files for protobuf."
    8.10 +MAINTAINER="pankso@slitaz.org"
    8.11 +WEB_SITE="http://code.google.com/p/protobuf/"
    8.12 +WANTED="protobuf"
    8.13 +
    8.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.15 +genpkg_rules()
    8.16 +{
    8.17 +	mkdir -p $fs/usr/lib
    8.18 +	cp -a $install/usr/include $fs/usr
    8.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    8.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    8.21 +}
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/protobuf/receipt	Fri Nov 04 11:10:38 2011 +0100
     9.3 @@ -0,0 +1,28 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="protobuf"
     9.7 +VERSION="2.4.1"
     9.8 +CATEGORY="network"
     9.9 +SHORT_DESC="Encode structured data in an efficient yet extensible format."
    9.10 +MAINTAINER="pankso@slitaz.org"
    9.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    9.12 +WEB_SITE="http://code.google.com/p/protobuf/"
    9.13 +WGET_URL="http://protobuf.googlecode.com/files/$TARBALL"
    9.14 +
    9.15 +# Rules to configure and make the package.
    9.16 +compile_rules()
    9.17 +{
    9.18 +	cd $src
    9.19 +	./configure \
    9.20 +		--prefix=/usr \
    9.21 +		$CONFIGURE_ARGS &&
    9.22 +	make && make install
    9.23 +}
    9.24 +
    9.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.26 +genpkg_rules()
    9.27 +{
    9.28 +	mkdir -p $fs/usr/lib
    9.29 +	cp -a $install/usr/bin $fs/usr
    9.30 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    9.31 +}