wok view audiofile-dev/receipt @ rev 8269

Up: mplayer to 1.0rc4. Up: mplayer-skins to 1.0rc4.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 30 01:21:47 2011 +0000 (2011-01-30)
parents 250b023ab932
children 01d294e2fcd0
line source
1 # SliTaz package receipt.
3 PACKAGE="audiofile-dev"
4 VERSION="0.2.7"
5 CATEGORY="development"
6 SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats, development files"
7 MAINTAINER="allan316@gmail.com"
8 WEB_SITE="http://www.68k.org/~michael/audiofile/"
9 WANTED="audiofile"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/share $fs/usr
17 cp -a $_pkg/usr/lib/*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }