wok view audiofile-dev/receipt @ rev 14197

move to undigest: mesa-dri-* linmodem-*
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 13 09:55:51 2013 +0100 (2013-03-13)
parents 01d294e2fcd0
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="audiofile-dev"
4 VERSION="0.3.4"
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 DEPENDS="audiofile"
10 WANTED="audiofile"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }