wok diff audiofile-dev/receipt @ rev 12709

branch merge
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 04 16:52:18 2012 +0300 (2012-05-04)
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	Fri May 04 16:52:18 2012 +0300
     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  }