wok-6.x view libetpan-dev/receipt @ rev 11253

upx: Fixed ucl and upx to be more compatable with my wok-tank cooking branch and still be compatible with official cookutils.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 07 10:04:51 2011 +0000 (2011-11-07)
parents 9e8a661f0cfd
children 6c3718ca17b6
line source
1 # SliTaz package receipt."
3 PACKAGE="libetpan-dev"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Mail librayry dev files."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libetpan"
9 WANTED="libetpan"
10 WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.html"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/bin $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 }