# HG changeset patch # User Christophe Lincoln # Date 1203882999 -3600 # Node ID fcb21d360ae206e6fc6d359d97f747a5a260599a # Parent 0ac581c055b4a282256af53c2383b34b53c94bb3 Add a few pkg to complete e17 diff -r 0ac581c055b4 -r fcb21d360ae2 emotion-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emotion-dev/receipt Sun Feb 24 20:56:39 2008 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="emotion-dev" +VERSION="0.1.0.042" +CATEGORY="extra" +SHORT_DESC="Devel files from E17 emotion libs." +MAINTAINER="pankso@slitaz.org" +DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev" +WANTED="emotion" +WEB_SITE="http://www.enlightenment.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/emotion + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/emotion/*.*a $fs/usr/lib/emotion +} + diff -r 0ac581c055b4 -r fcb21d360ae2 emotion/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emotion/receipt Sun Feb 24 20:56:39 2008 +0100 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="emotion" +VERSION="0.1.0.042" +CATEGORY="extra" +SHORT_DESC="E17 emotion libs." +MAINTAINER="pankso@slitaz.org" +DEPENDS="enlightenment xine-lib" +BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.enlightenment.org/" +WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/emotion + cp -a $_pkg/usr/share $fs/usr + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion + strip -s $fs/usr/bin/* + strip --strip-unneeded $fs/usr/lib/* 2>/dev/null + strip --strip-unneeded $fs/usr/lib/emotion/* +} + diff -r 0ac581c055b4 -r fcb21d360ae2 etk/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etk/receipt Sun Feb 24 20:56:39 2008 +0100 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="etk" +VERSION="0.1.0.042" +CATEGORY="x-window" +SHORT_DESC="E17 Tool Kit." +MAINTAINER="pankso@slitaz.org" +DEPENDS="evas ecore edje" +BUILD_DEPENDS="evas-dev ecore-dev edje-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.enlightenment.org/" +WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/etk $fs/usr/lib + rm $fs/usr/lib/etk/engines/*.*a + cp -a $_pkg/usr/share/etk $fs/usr/share +} + diff -r 0ac581c055b4 -r fcb21d360ae2 ewl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ewl/receipt Sun Feb 24 20:56:39 2008 +0100 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="ewl" +VERSION="0.5.2.042" +CATEGORY="x-window" +SHORT_DESC="E17 ewl." +MAINTAINER="pankso@slitaz.org" +DEPENDS="jpeg ecore eet evas" +BUILD_DEPENDS="eet-dev evas-dev ecore-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.enlightenment.org/" +WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/etc $fs + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/ewl $fs/usr/lib + rm $fs/usr/lib/ewl/*/*.*a + cp -a $_pkg/usr/share $fs/usr +} + diff -r 0ac581c055b4 -r fcb21d360ae2 rage/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rage/receipt Sun Feb 24 20:56:39 2008 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="rage" +VERSION="0.3.0.042" +CATEGORY="extra" +SHORT_DESC="E17 rage media center." +MAINTAINER="pankso@slitaz.org" +DEPENDS="enlightenment emotion" +BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.enlightenment.org/" +WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share $fs/usr +} diff -r 0ac581c055b4 -r fcb21d360ae2 rage/stuff/rage.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rage/stuff/rage.desktop Sun Feb 24 20:56:39 2008 +0100 @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Rage +GenericName=Media center +Comment=Manage your films and videos +Exec=rage +Icon= +Terminal=false +Type=Application +Categories=Application;AudioVideo;