wok-4.x rev 9440
Remove esmart
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 01 00:57:55 2011 +0200 (2011-04-01) |
parents | 4308dc535830 |
children | 735c87506a98 |
files | esmart/receipt |
line diff
1.1 --- a/esmart/receipt Thu Mar 31 18:04:17 2011 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,36 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="esmart" 1.7 -VERSION="42373" 1.8 -CATEGORY="x-window" 1.9 -SHORT_DESC="A collection of evas smart objects." 1.10 -MAINTAINER="pankso@slitaz.org" 1.11 -DEPENDS="cairo evas ecore embryo edje imlib2 libtool xorg-libXss libcurl \ 1.12 -xorg-libXp libgpg-error xorg-libXtst libtasn1" 1.13 -BUILD_DEPENDS="cairo-dev evas-dev eina-dev subversion" 1.14 -WEB_SITE="http://www.enlightenment.org/" 1.15 -WGET_URL="subversion|http://svn.enlightenment.org/svn/e/OLD/$PACKAGE" 1.16 -BRANCH="$VERSION" 1.17 - 1.18 -# Rules to configure and make the package. 1.19 -compile_rules() 1.20 -{ 1.21 - cd $src 1.22 - ./autogen.sh \ 1.23 - --prefix=/usr \ 1.24 - --mandir=/usr/share/man \ 1.25 - $CONFIGURE_ARGS && 1.26 - make && 1.27 - make DESTDIR=$PWD/_pkg install 1.28 -} 1.29 - 1.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 -genpkg_rules() 1.32 -{ 1.33 - mkdir -p $fs/usr/lib 1.34 - cp -a $_pkg/usr/bin $fs/usr 1.35 - cp -a $_pkg/usr/share $fs/usr 1.36 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.37 - cp -a $_pkg/usr/lib/esmart $fs/usr/lib 1.38 - rm -rf $fs/usr/lib/esmart/*/*.*a 1.39 -}