wok view embryo-dev/receipt @ rev 4589

Add linmodem-intel537
author Rohit Joshi <jozee@slitaz.org>
date Thu Dec 10 13:28:27 2009 +0000 (2009-12-10)
parents fc471c5f5a90
children f99c07c038f7
line source
1 # SliTaz package receipt.
3 PACKAGE="embryo-dev"
4 VERSION="0.9.9.062"
5 CATEGORY="development"
6 SHORT_DESC="E17 Embryo devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="eet evas ecore"
9 WANTED="embryo"
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 }