wok annotate audiofile-dev/receipt @ rev 13473

Up: sysstat (10.0.5)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Oct 09 16:11:07 2012 +0200 (2012-10-09)
parents 01d294e2fcd0
children 380ffe05937a
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@3658 8 WEB_SITE="http://www.68k.org/~michael/audiofile/"
slaxemulator@12321 9 DEPENDS="audiofile"
pascal@3658 10 WANTED="audiofile"
pascal@3658 11
pascal@3658 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3658 13 genpkg_rules()
pascal@3658 14 {
pascal@3658 15 mkdir -p $fs/usr/lib
slaxemulator@12899 16 cp -a $install/usr/include $fs/usr
slaxemulator@12899 17 cp -a $install/usr/lib/*a $fs/usr/lib
slaxemulator@12899 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@3658 19 }
pascal@3658 20