wok-6.x diff audiofile-dev/receipt @ rev 12847
Up: ffmpeg-dev (0.10.3)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed May 23 13:00:38 2012 +0200 (2012-05-23) |
parents | 1dd502ec61c7 |
children | da729d3d7d17 |
line diff
1.1 --- a/audiofile-dev/receipt Wed Apr 28 21:45:28 2010 +0000 1.2 +++ b/audiofile-dev/receipt Wed May 23 13:00:38 2012 +0200 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audiofile-dev" 1.7 -VERSION="0.2.7" 1.8 +VERSION="0.3.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats, development files" 1.11 MAINTAINER="allan316@gmail.com" 1.12 WEB_SITE="http://www.68k.org/~michael/audiofile/" 1.13 +DEPENDS="audiofile" 1.14 WANTED="audiofile" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 @@ -13,7 +14,6 @@ 1.18 { 1.19 mkdir -p $fs/usr/lib 1.20 cp -a $_pkg/usr/include $fs/usr 1.21 - cp -a $_pkg/usr/share $fs/usr 1.22 cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.23 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.24 }