wok-6.x diff audiofile-dev/receipt @ rev 14266
syslinux/iso2exe: add partition table
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 01 17:47:04 2013 +0200 (2013-04-01) |
parents | 01d294e2fcd0 |
children | 380ffe05937a |
line diff
1.1 --- a/audiofile-dev/receipt Thu Apr 19 07:36:56 2012 +0000 1.2 +++ b/audiofile-dev/receipt Mon Apr 01 17:47:04 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audiofile-dev" 1.7 -VERSION="0.3.3" 1.8 +VERSION="0.3.4" 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 @@ -13,8 +13,8 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.19 + cp -a $install/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 } 1.23