wok view audiofile-dev/receipt @ rev 15621

broadcom-wl: run xz in compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 08 11:31:53 2013 +0000 (2013-12-08)
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 }