wok annotate lirc-dev/receipt @ rev 11443

up: xfsprogs 3.1.7
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 16 15:42:01 2011 +0100 (2011-12-16)
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 }