wok rev 264

Add a few pkg to complete e17
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 24 20:56:39 2008 +0100 (2008-02-24)
parents 0ac581c055b4
children 77c1f930433f
files emotion-dev/receipt emotion/receipt etk/receipt ewl/receipt rage/receipt rage/stuff/rage.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/emotion-dev/receipt	Sun Feb 24 20:56:39 2008 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="emotion-dev"
     1.7 +VERSION="0.1.0.042"
     1.8 +CATEGORY="extra"
     1.9 +SHORT_DESC="Devel files from E17 emotion libs."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev"
    1.12 +WANTED="emotion"
    1.13 +WEB_SITE="http://www.enlightenment.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib/emotion
    1.19 +	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $_pkg/usr/lib/emotion/*.*a $fs/usr/lib/emotion
    1.23 +}
    1.24 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/emotion/receipt	Sun Feb 24 20:56:39 2008 +0100
     2.3 @@ -0,0 +1,36 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="emotion"
     2.7 +VERSION="0.1.0.042"
     2.8 +CATEGORY="extra"
     2.9 +SHORT_DESC="E17 emotion libs."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +DEPENDS="enlightenment xine-lib"
    2.12 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14 +WEB_SITE="http://www.enlightenment.org/"
    2.15 +WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    2.16 +
    2.17 +# Rules to configure and make the package.
    2.18 +compile_rules()
    2.19 +{
    2.20 +	cd $src
    2.21 +	./configure --prefix=/usr --infodir=/usr/share/info \
    2.22 +	--mandir=/usr/share/man $CONFIGURE_ARGS
    2.23 +	make
    2.24 +	make DESTDIR=$PWD/_pkg install
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +	mkdir -p $fs/usr/lib/emotion
    2.31 +	cp -a $_pkg/usr/share $fs/usr
    2.32 +	cp -a $_pkg/usr/bin $fs/usr
    2.33 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.34 +	cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion
    2.35 +	strip -s $fs/usr/bin/*
    2.36 +	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
    2.37 +	strip --strip-unneeded $fs/usr/lib/emotion/*
    2.38 +}
    2.39 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/etk/receipt	Sun Feb 24 20:56:39 2008 +0100
     3.3 @@ -0,0 +1,35 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="etk"
     3.7 +VERSION="0.1.0.042"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="E17 Tool Kit."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +DEPENDS="evas ecore edje"
    3.12 +BUILD_DEPENDS="evas-dev ecore-dev edje-dev"
    3.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14 +WEB_SITE="http://www.enlightenment.org/"
    3.15 +WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    3.16 +
    3.17 +# Rules to configure and make the package.
    3.18 +compile_rules()
    3.19 +{
    3.20 +	cd $src
    3.21 +	./configure \
    3.22 +		--prefix=/usr \
    3.23 +		$CONFIGURE_ARGS
    3.24 +	make
    3.25 +	make DESTDIR=$PWD/_pkg install
    3.26 +}
    3.27 +
    3.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.29 +genpkg_rules()
    3.30 +{
    3.31 +	mkdir -p $fs/usr/lib $fs/usr/share
    3.32 +	cp -a $_pkg/usr/bin $fs/usr
    3.33 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.34 +	cp -a $_pkg/usr/lib/etk $fs/usr/lib
    3.35 +	rm $fs/usr/lib/etk/engines/*.*a
    3.36 +	cp -a $_pkg/usr/share/etk $fs/usr/share
    3.37 +}
    3.38 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/ewl/receipt	Sun Feb 24 20:56:39 2008 +0100
     4.3 @@ -0,0 +1,37 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="ewl"
     4.7 +VERSION="0.5.2.042"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="E17 ewl."
    4.10 +MAINTAINER="pankso@slitaz.org"
    4.11 +DEPENDS="jpeg ecore eet evas"
    4.12 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev"
    4.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.14 +WEB_SITE="http://www.enlightenment.org/"
    4.15 +WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    4.16 +
    4.17 +# Rules to configure and make the package.
    4.18 +compile_rules()
    4.19 +{
    4.20 +	cd $src
    4.21 +	./configure \
    4.22 +		--prefix=/usr \
    4.23 +		--sysconfdir=/etc \
    4.24 +		$CONFIGURE_ARGS
    4.25 +	make
    4.26 +	make DESTDIR=$PWD/_pkg install
    4.27 +}
    4.28 +
    4.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.30 +genpkg_rules()
    4.31 +{
    4.32 +	mkdir -p $fs/usr/lib
    4.33 +	cp -a $_pkg/etc $fs
    4.34 +	cp -a $_pkg/usr/bin $fs/usr
    4.35 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    4.36 +	cp -a $_pkg/usr/lib/ewl $fs/usr/lib
    4.37 +	rm $fs/usr/lib/ewl/*/*.*a
    4.38 +	cp -a $_pkg/usr/share $fs/usr
    4.39 +}
    4.40 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/rage/receipt	Sun Feb 24 20:56:39 2008 +0100
     5.3 @@ -0,0 +1,31 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="rage"
     5.7 +VERSION="0.3.0.042"
     5.8 +CATEGORY="extra"
     5.9 +SHORT_DESC="E17 rage media center."
    5.10 +MAINTAINER="pankso@slitaz.org"
    5.11 +DEPENDS="enlightenment emotion"
    5.12 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev"
    5.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.14 +WEB_SITE="http://www.enlightenment.org/"
    5.15 +WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    5.16 +
    5.17 +# Rules to configure and make the package.
    5.18 +compile_rules()
    5.19 +{
    5.20 +	cd $src
    5.21 +	./configure \
    5.22 +		--prefix=/usr \
    5.23 +		$CONFIGURE_ARGS
    5.24 +	make
    5.25 +	make DESTDIR=$PWD/_pkg 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
    5.32 +	cp -a $_pkg/usr/bin $fs/usr
    5.33 +	cp -a $_pkg/usr/share $fs/usr
    5.34 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/rage/stuff/rage.desktop	Sun Feb 24 20:56:39 2008 +0100
     6.3 @@ -0,0 +1,10 @@
     6.4 +[Desktop Entry]
     6.5 +Encoding=UTF-8
     6.6 +Name=Rage
     6.7 +GenericName=Media center
     6.8 +Comment=Manage your films and videos
     6.9 +Exec=rage
    6.10 +Icon=
    6.11 +Terminal=false
    6.12 +Type=Application
    6.13 +Categories=Application;AudioVideo;