wok diff libcdio-dev/receipt @ rev 15142
bmpanel2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:41:58 2013 +0000 (2013-08-15) |
parents | cc496c8ab07e |
children | 8ed62ecac0c7 |
line diff
1.1 --- a/libcdio-dev/receipt Thu Apr 19 21:48:35 2012 +0000 1.2 +++ b/libcdio-dev/receipt Thu Aug 15 11:41:58 2013 +0000 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GNU Compact Disc Input and Control Library" 1.6 MAINTAINER="rj.rohit@gmail.com" 1.7 -DEPENDS="libcdio" 1.8 +LICENSE="GPL3" 1.9 WANTED="libcdio" 1.10 WEB_SITE="http://www.gnu.org/software/libcdio/" 1.11 1.12 +DEPENDS="libcdio" 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/pkgconfig 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 find $src -name '*.pc' -exec cp -a {} $fs/usr/lib/pkgconfig \; 1.23 }