wok-next view audacious-dev/receipt @ rev 2044
audacious*: fix maintainer (for stats) + clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jan 17 12:03:41 2009 +0100 (2009-01-17) |
parents | a346aa4c8bef |
children | 1e90c90c8cc0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="audacious-dev"
4 VERSION="1.5.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Music player like xmms"
7 MAINTAINER="mimas@slitaz.org"
8 WANTED="audacious"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/lib
14 cp -a $_pkg/usr/include $fs/usr
15 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
16 }