wok view efreet-dev/receipt @ rev 14605
Up: youtube-dl to 2013.05.23.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 31 19:59:16 2013 +0000 (2013-05-31) |
parents | 0941341ce316 |
children | a324ce13619e |
line source
1 # SliTaz package receipt.
3 PACKAGE="efreet-dev"
4 VERSION="1.7.6"
5 CATEGORY="development"
6 SHORT_DESC="E17 libs."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="efreet"
9 WEB_SITE="http://www.enlightenment.org/"
11 DEPENDS="ecore-dev"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }