wok-current diff fltk-2.0.x-dev/receipt @ rev 15936
UP: soprano (2.8.0) and fix build depends
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 11:27:57 2014 +0100 (2014-02-22) |
parents | 6c6f7eaf52c5 |
children | a78610b2eb47 |
line diff
1.1 --- a/fltk-2.0.x-dev/receipt Tue Feb 15 03:33:42 2011 +0000 1.2 +++ b/fltk-2.0.x-dev/receipt Sat Feb 22 11:27:57 2014 +0100 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Fast Light Tool Kit devel files (FLZK 2.0)." 1.6 WANTED="fltk-2.0.x" 1.7 +MAINTAINER="pankso@slitaz.org" 1.8 +LICENSE="LGPL2" 1.9 +WEB_SITE="http://www.fltk.org/" 1.10 + 1.11 DEPENDS="fltk-2.0.x" 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/fltk2-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/fltk2-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 }