wok-next diff audiofile-dev/receipt @ rev 5124
gtk+ openvas-scanner pango slitaz-base-files ttf-bitstream-vera xfree86-base-fonts xorg-base-fonts: remove spurrious SELF_INSTALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 21 11:50:42 2010 +0100 (2010-03-21) |
parents | |
children | 1dd502ec61c7 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/audiofile-dev/receipt Sun Mar 21 11:50:42 2010 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="audiofile-dev" 1.7 +VERSION="0.2.6" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats, development files" 1.10 +MAINTAINER="allan316@gmail.com" 1.11 +WEB_SITE="http://www.68k.org/~michael/audiofile/" 1.12 +WANTED="audiofile" 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 1.18 + cp -a $_pkg/usr/include $fs/usr 1.19 + cp -a $_pkg/usr/share $fs/usr 1.20 + cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.21 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.22 +} 1.23 +