wok view audiofile-dev/receipt @ rev 15859

Up: libmicrohttpd to 0.9.33.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jan 29 21:56:37 2014 +0000 (2014-01-29)
parents 380ffe05937a
children 4abbe39ea1e2
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 LICENSE="GPL2"
9 WEB_SITE="http://www.68k.org/~michael/audiofile/"
10 WANTED="audiofile"
12 DEPENDS="audiofile pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }