wok-current annotate audacious-dev/receipt @ rev 14050
mapserver: add CFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 19 12:45:48 2013 +0100 (2013-02-19) |
parents | 8159317606c5 |
children | 1040bd60b471 |
rev | line source |
---|---|
mimas@2030 | 1 # SliTaz package receipt. |
mimas@2030 | 2 |
mimas@2030 | 3 PACKAGE="audacious-dev" |
devl547@13803 | 4 VERSION="3.2.4" |
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 |
slaxemulator@11003 | 15 cp -a $install/usr/include $fs/usr |
slaxemulator@11003 | 16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
mimas@2030 | 17 } |