wok diff fltk-dev/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
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	Tue Sep 10 12:15:52 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  }