wok-6.x annotate audiofile-dev/receipt @ rev 15000
Add some GPL2 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 17:00:38 2013 +0000 (2013-08-10) |
parents | da729d3d7d17 |
children | 851fc1686394 |
rev | line source |
---|---|
pascal@3658 | 1 # SliTaz package receipt. |
pascal@3658 | 2 |
pascal@3658 | 3 PACKAGE="audiofile-dev" |
slaxemulator@12899 | 4 VERSION="0.3.4" |
pascal@3658 | 5 CATEGORY="development" |
pascal@3658 | 6 SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats, development files" |
pascal@3658 | 7 MAINTAINER="allan316@gmail.com" |
pascal@15000 | 8 LICENSE="GPL2" |
pascal@3658 | 9 WEB_SITE="http://www.68k.org/~michael/audiofile/" |
pascal@15000 | 10 WANTED="audiofile" |
pascal@15000 | 11 |
slaxemulator@12321 | 12 DEPENDS="audiofile" |
pascal@3658 | 13 |
pascal@3658 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3658 | 15 genpkg_rules() |
pascal@3658 | 16 { |
pascal@3658 | 17 mkdir -p $fs/usr/lib |
slaxemulator@12899 | 18 cp -a $install/usr/include $fs/usr |
slaxemulator@12899 | 19 cp -a $install/usr/lib/*a $fs/usr/lib |
slaxemulator@12899 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@3658 | 21 } |
pascal@3658 | 22 |