wok-current annotate audacious-dev/receipt @ rev 11314
Up: audacious (3.1), add: mpg123-dev, fix: add mp3 and aac decoders
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Wed Nov 16 05:53:53 2011 +0000 (2011-11-16) |
parents | 91a6459e9d67 |
children | 30ee1300dc38 |
rev | line source |
---|---|
mimas@2030 | 1 # SliTaz package receipt. |
mimas@2030 | 2 |
mimas@2030 | 3 PACKAGE="audacious-dev" |
devl547@11314 | 4 VERSION="3.1" |
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 } |