wok annotate audiofile-dev/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents 424066c71c13
children 73f36875e5a7
rev   line source
pascal@3658 1 # SliTaz package receipt.
pascal@3658 2
pascal@3658 3 PACKAGE="audiofile-dev"
Hans-G?nter@20726 4 VERSION="0.3.6"
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/"
Hans-G?nter@20726 10
pascal@15000 11 WANTED="audiofile"
pankso@16122 12 HOST_ARCH="i486 arm"
pascal@15000 13
pascal@15596 14 DEPENDS="audiofile pkg-config"
pascal@3658 15
pascal@3658 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3658 17 genpkg_rules()
pascal@3658 18 {
pascal@3658 19 mkdir -p $fs/usr/lib
slaxemulator@12899 20 cp -a $install/usr/include $fs/usr
slaxemulator@12899 21 cp -a $install/usr/lib/*a $fs/usr/lib
slaxemulator@12899 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@3658 23 }
pascal@3658 24