wok-current view esmart-dev/receipt @ rev 8234
Up: get-LibreOffice (v1.1.9 for stable v3.3.0) - will need fix for next release as this contains fix for incorrect archive packaging.
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Thu Jan 27 07:36:43 2011 +0000 (2011-01-27) |
parents | 7f68816e9c1d |
children | 974788d401b6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="esmart-dev"
4 VERSION="42373"
5 CATEGORY="development"
6 SHORT_DESC="Devel files from E17 esmart."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="evas-dev"
9 WANTED="esmart"
10 WEB_SITE="http://www.enlightenment.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $_pkg/usr/lib/esmart $fs/usr/lib
20 rm -rf $fs/usr/lib/esmart/*/*.so
21 }