# HG changeset patch # User Antoine Bodin # Date 1297656798 -3600 # Node ID 974788d401b69f28709032596250c7647fd86392 # Parent d0184ffe6efe4e13f8468c5687faed3c314e2a0d Remove: ewl (no more into e17 svn) diff -r d0184ffe6efe -r 974788d401b6 esmart-dev/receipt --- a/esmart-dev/receipt Mon Feb 14 05:12:08 2011 +0100 +++ b/esmart-dev/receipt Mon Feb 14 05:13:18 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="esmart-dev" -VERSION="42373" +VERSION="55225" CATEGORY="development" SHORT_DESC="Devel files from E17 esmart." MAINTAINER="pankso@slitaz.org" diff -r d0184ffe6efe -r 974788d401b6 esmart/receipt --- a/esmart/receipt Mon Feb 14 05:12:08 2011 +0100 +++ b/esmart/receipt Mon Feb 14 05:13:18 2011 +0100 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="esmart" -VERSION="42373" +VERSION="55225" CATEGORY="x-window" SHORT_DESC="A collection of evas smart objects." MAINTAINER="pankso@slitaz.org" DEPENDS="cairo evas ecore embryo edje imlib2 libtool xorg-libXss libcurl \ xorg-libXp libgpg-error xorg-libXtst libtasn1" -BUILD_DEPENDS="cairo-dev evas-dev" +BUILD_DEPENDS="cairo-dev evas-dev subversion" WEB_SITE="http://www.enlightenment.org/" WGET_URL="subversion|http://svn.enlightenment.org/svn/e/OLD/$PACKAGE" BRANCH="$VERSION" diff -r d0184ffe6efe -r 974788d401b6 ewl-dev/receipt --- a/ewl-dev/receipt Mon Feb 14 05:12:08 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ewl-dev" -VERSION="42530" -CATEGORY="development" -SHORT_DESC="Devel files from E17 ewl libs." -MAINTAINER="pankso@slitaz.org" -DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev" -WANTED="ewl" -WEB_SITE="http://www.enlightenment.org/" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/ewl - 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/ewl $fs/usr/lib - rm $fs/usr/lib/ewl/*/*.so* -} diff -r d0184ffe6efe -r 974788d401b6 ewl/receipt --- a/ewl/receipt Mon Feb 14 05:12:08 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ewl" -VERSION="42530" -CATEGORY="x-window" -SHORT_DESC="The Enlightened Widget Library (E17)." -MAINTAINER="pankso@slitaz.org" -DEPENDS="jpeg ecore eet evas edje efreet emotion libcurl openssl \ -libpng xorg-libXss libidn libcrypto glib xorg-libXp" -BUILD_DEPENDS="cvs subversion eet-dev evas-dev ecore-dev efreet-dev efreet \ -emotion emotion-dev" -WEB_SITE="http://www.enlightenment.org/" -WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" -BRANCH="$VERSION" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./autogen.sh \ - --prefix=/usr \ - --sysconfdir=/etc \ - $CONFIGURE_ARGS && - make -j 4 && - 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 -}