wok-next view edje-dev/receipt @ rev 14264
syslinux/iso2exe: fix initrd offset
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 01 09:45:40 2013 +0200 (2013-04-01) |
parents | fe57bf03de94 |
children | 0704c5735a3a |
line source
1 # SliTaz package receipt.
3 PACKAGE="edje-dev"
4 VERSION="1.7.1"
5 CATEGORY="development"
6 SHORT_DESC="E17 Edje devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="edje"
9 WEB_SITE="http://www.enlightenment.org/"
11 DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev jpeg-dev \
12 expat-dev lua5.1-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }