wok diff ucl-dev/receipt @ rev 17938
Up to latest: tazinst-gui, tazinst, tazpanel, tazpkg, tazlito
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 15 09:36:43 2015 +0200 (2015-04-15) |
parents | b80e7d1d930e |
children |
line diff
1.1 --- a/ucl-dev/receipt Mon Nov 07 11:04:50 2011 +0000 1.2 +++ b/ucl-dev/receipt Wed Apr 15 09:36:43 2015 +0200 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="ucl development files" 1.6 MAINTAINER="devl547@gmail.com" 1.7 -DEPENDS="ucl" 1.8 +LICENSE="GPL2" 1.9 WANTED="ucl" 1.10 WEB_SITE="http://www.oberhumer.com/opensource/ucl/" 1.11 1.12 +DEPENDS="ucl" 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/include $fs/usr 1.19 + cp -a $install/usr/include $fs/usr 1.20 } 1.21