wok diff giblib-dev/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents df2104cb30a7
children 6d8a4be89f3d
line diff
     1.1 --- a/giblib-dev/receipt	Mon Dec 06 23:01:04 2010 +0000
     1.2 +++ b/giblib-dev/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="Giblib graphic library development files."
     1.6  MAINTAINER="mallory@sweetpeople.org"
     1.7 -DEPENDS="giblib"
     1.8 +LICENSE="MIT"
     1.9  WANTED="giblib"
    1.10  WEB_SITE="http://linuxbrit.co.uk/feh/"
    1.11  
    1.12 +DEPENDS="giblib"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/include $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.22  }