wok view ewl-dev/receipt @ rev 8437

Fix fcgi by using -j1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 02:59:23 2011 +0000 (2011-02-06)
parents fc471c5f5a90
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ewl-dev"
4 VERSION="42530"
5 CATEGORY="development"
6 SHORT_DESC="Devel files from E17 ewl libs."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev"
9 WANTED="ewl"
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/ewl
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/ewl $fs/usr/lib
20 rm $fs/usr/lib/ewl/*/*.so*
21 }