wok-6.x diff fltk-dev/receipt @ rev 15669
iptables: rm *.pc files, mv bin files to /usr/sbin
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Dec 18 00:14:55 2013 +0000 (2013-12-18) |
parents | 82c4cce3b3f8 |
children | 53082fab5f1e |
line diff
1.1 --- a/fltk-dev/receipt Mon Nov 07 21:01:36 2011 +0000 1.2 +++ b/fltk-dev/receipt Wed Dec 18 00:14:55 2013 +0000 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Fast Light Tool Kit devel files." 1.6 WANTED="fltk" 1.7 +MAINTAINER="pankso@slitaz.org" 1.8 +LICENSE="LGPL2" 1.9 +WEB_SITE="http://www.fltk.org/" 1.10 + 1.11 DEPENDS="fltk" 1.12 -MAINTAINER="pankso@slitaz.org" 1.13 -WEB_SITE="http://www.fltk.org/" 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/bin $fs/usr/lib 1.19 - cp -a $_pkg/usr/bin/fltk-config $fs/usr/bin 1.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.21 - cp -a $_pkg/usr/include $fs/usr 1.22 + cp -a $install/usr/bin/fltk-config $fs/usr/bin 1.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 + cp -a $install/usr/include $fs/usr 1.25 }