wok annotate audiofile-dev/receipt @ rev 18820
syslinux/iso2exe.sh: -f should keep flavor info
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 16 10:28:02 2016 +0100 (2016-01-16) |
parents | 243b05f2775f |
children | 6cfb86797173 |
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" |
pankso@16122 | 11 HOST_ARCH="i486 arm" |
pascal@15000 | 12 |
pascal@15596 | 13 DEPENDS="audiofile pkg-config" |
pascal@3658 | 14 |
pascal@3658 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3658 | 16 genpkg_rules() |
pascal@3658 | 17 { |
pascal@3658 | 18 mkdir -p $fs/usr/lib |
slaxemulator@12899 | 19 cp -a $install/usr/include $fs/usr |
slaxemulator@12899 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
slaxemulator@12899 | 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@3658 | 22 } |
pascal@3658 | 23 |