wok-6.x diff electricsheep/receipt @ rev 7011

Up: xorg-scrnsaverproto to 1.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 31 13:31:44 2010 +0000 (2010-10-31)
parents
children af022550edde
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/electricsheep/receipt	Sun Oct 31 13:31:44 2010 +0000
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="electricsheep"
     1.7 +VERSION="2.7b12"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="Distributed screen-saver that harnesses idle computers into a render farm with the purpose of animating and evolving artificial life-forms."
    1.10 +MAINTAINER="gokhlayeh@mailoo.org"
    1.11 +DEPENDS="curl expat flam3 ffmpeg mplayer libglade gtk+"
    1.12 +BUILD_DEPENDS="curl-dev expat-dev ffmpeg-dev libglade-dev gtk+-dev flam3-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://community.electricsheep.org/"
    1.15 +WGET_URL="ftp://ftp.archlinux.org/other/electricsheep/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--infodir=/usr/share/info \
    1.24 +		--mandir=/usr/share/man \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make -j 4 && make DESTDIR=$PWD/_pkg install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cp -a $_pkg/* $fs/
    1.33 +	rm -r $fs/usr/share/man
    1.34 +	rm $fs/usr/share/electricsheep/electricsheep-wait.avi
    1.35 +}
    1.36 +