wok-6.x view audiofile-dev/receipt @ rev 13649
Added: gvolwheel & pnmixer (tray volume control); netrik (text web browser/pager); nanoshot (python tray screenshot tool); font-manager; fbterm (framebuffer terminal); faenza-icon-theme (need clean more)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 16 02:22:49 2012 +0000 (2012-11-16) |
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 }