# HG changeset patch # User Pascal Bellard # Date 1301612275 -7200 # Node ID be6a39f5cdb6a8f0ef43e9cfdef2efbdb2d3278a # Parent 4308dc5358307084164c486f711ad93d8f8ebe32 Remove esmart diff -r 4308dc535830 -r be6a39f5cdb6 esmart/receipt --- a/esmart/receipt Thu Mar 31 18:04:17 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="esmart" -VERSION="42373" -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 eina-dev subversion" -WEB_SITE="http://www.enlightenment.org/" -WGET_URL="subversion|http://svn.enlightenment.org/svn/e/OLD/$PACKAGE" -BRANCH="$VERSION" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./autogen.sh \ - --prefix=/usr \ - --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 - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/esmart $fs/usr/lib - rm -rf $fs/usr/lib/esmart/*/*.*a -}