wok-current view ecore-dev/receipt @ rev 3478
get-softmodem-driver: packages are now saved in tazwok packages_repository
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Wed Jun 17 09:49:44 2009 +0200 (2009-06-17) |
parents | ef8afc61d324 |
children | 2c110965aa8b |
line source
1 # SliTaz package receipt.
3 PACKAGE="ecore-dev"
4 VERSION="0.9.9.060"
5 CATEGORY="development"
6 SHORT_DESC="E17 core devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="ecore"
9 WEB_SITE="http://www.enlightenment.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 }