wok-current annotate audacious-dev/receipt @ rev 6223
Up: hardinfo to 0.5.1. It only uses languages and os patches now i think.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Sep 11 22:56:32 2010 +0000 (2010-09-11) |
parents | 1732ae11db98 |
children | 5a926670590a |
rev | line source |
---|---|
mimas@2030 | 1 # SliTaz package receipt. |
mimas@2030 | 2 |
mimas@2030 | 3 PACKAGE="audacious-dev" |
slaxemulator@6152 | 4 VERSION="2.4.0" |
mimas@2030 | 5 CATEGORY="multimedia" |
mimas@2030 | 6 SHORT_DESC="Music player like xmms" |
pascal@2055 | 7 WEB_SITE="http://audacious-media-player.org/" |
pankso@2044 | 8 MAINTAINER="mimas@slitaz.org" |
mimas@2030 | 9 WANTED="audacious" |
mimas@2030 | 10 |
mimas@2030 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2030 | 12 genpkg_rules() |
mimas@2030 | 13 { |
mimas@2030 | 14 mkdir -p $fs/usr/lib |
mimas@2030 | 15 cp -a $_pkg/usr/include $fs/usr |
mimas@2030 | 16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
mimas@2030 | 17 } |