wok-next diff libcdio-dev/receipt @ rev 2989
Up: bogofilter (1.2.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon May 11 16:40:10 2009 +0200 (2009-05-11) |
parents | 17c3d9250fd0 |
children | cc78b438f351 |
line diff
1.1 --- a/libcdio-dev/receipt Sat Apr 18 18:03:51 2009 +0000 1.2 +++ b/libcdio-dev/receipt Mon May 11 16:40:10 2009 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="libcdio-dev" 1.5 VERSION="0.80" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="libcdio devel files" 1.8 +SHORT_DESC="GNU Compact Disc Input and Control Library" 1.9 MAINTAINER="rj.rohit@gmail.com" 1.10 WANTED="libcdio" 1.11 WEB_SITE="http://www.gnu.org/software/libcdio/" 1.12 @@ -15,4 +15,7 @@ 1.13 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.14 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.15 cp -a $_pkg/usr/include $fs/usr 1.16 + 1.17 + # libcdio_paranoia.pc is missing 1.18 + cp -a stuff/libcdio_paranoia* $fs/usr/lib/pkgconfig 1.19 }