wok-current diff jbig2dec-dev/receipt @ rev 15828
bazaar-tools: I think cookutils only uses real wget when https is in WGET_URL.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 24 10:50:53 2014 +0000 (2014-01-24) |
parents | 6029f8a7291a |
children | d6b99c62ef00 |
line diff
1.1 --- a/jbig2dec-dev/receipt Wed Oct 20 01:05:43 2010 +0000 1.2 +++ b/jbig2dec-dev/receipt Fri Jan 24 10:50:53 2014 +0000 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="devel files for jbig2dec" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="jbig2dec" 1.8 +LICENSE="GPL3" 1.9 WEB_SITE="http://jbig2dec.sourceforge.net/" 1.10 WANTED="jbig2dec" 1.11 1.12 +DEPENDS="jbig2dec" 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/lib 1.18 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.19 - cp -a $_pkg/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/include $fs/usr 1.22 } 1.23