wok-6.x annotate audacious-dev/receipt @ rev 15536
Up: firefox-langpack-da (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:36:21 2013 +0100 (2013-11-24) |
parents | 8329aca7e29d |
children | 851fc1686394 |
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" |
pascal@15023 | 9 LICENSE="GPL" |
mimas@2030 | 10 WANTED="audacious" |
mimas@2030 | 11 |
mimas@2030 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2030 | 13 genpkg_rules() |
mimas@2030 | 14 { |
mimas@2030 | 15 mkdir -p $fs/usr/lib |
slaxemulator@11003 | 16 cp -a $install/usr/include $fs/usr |
slaxemulator@11003 | 17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
mimas@2030 | 18 } |