wok diff fltk-2.0.x-dev/receipt @ rev 20008

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
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	Wed Aug 02 14:08:19 2017 -0300
     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  }