wok-6.x annotate lirc-dev/receipt @ rev 13761
xfce4-taskmanager: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 03 11:18:18 2013 +0100 (2013-01-03) |
parents | 5d7a91e4adf7 |
children | 380ffe05937a |
rev | line source |
---|---|
rcx@3717 | 1 # SliTaz package receipt. |
rcx@3717 | 2 |
rcx@3717 | 3 PACKAGE="lirc-dev" |
slaxemulator@9480 | 4 VERSION="0.9.0" |
rcx@3717 | 5 CATEGORY="development" |
rcx@3717 | 6 SHORT_DESC="lirc devel files." |
rcx@3717 | 7 MAINTAINER="rcx@zoominternet.net" |
slaxemulator@8347 | 8 DEPENDS="lirc" |
rcx@3717 | 9 WEB_SITE="http://www.lirc.org/" |
rcx@3717 | 10 WANTED="lirc" |
rcx@3717 | 11 |
rcx@3717 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3717 | 13 genpkg_rules() |
rcx@3717 | 14 { |
rcx@3717 | 15 mkdir -p $fs/usr/lib |
rcx@3717 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3717 | 17 cp -a $_pkg/usr/include $fs/usr |
rcx@3717 | 18 } |