wok rev 9441

Remove esmart-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 31 21:10:15 2011 +0000 (2011-03-31)
parents be6a39f5cdb6
children ca51198cbadb
files esmart-dev/receipt
line diff
     1.1 --- a/esmart-dev/receipt	Fri Apr 01 00:57:55 2011 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,21 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="esmart-dev"
     1.7 -VERSION="42373"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="Devel files from E17 esmart."
    1.10 -MAINTAINER="pankso@slitaz.org"
    1.11 -DEPENDS="evas-dev"
    1.12 -WANTED="esmart"
    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
    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/esmart $fs/usr/lib
    1.23 -	rm -rf $fs/usr/lib/esmart/*/*.so
    1.24 -}