wok-stable annotate lirc-dev/receipt @ rev 6658

Up openerp-web (5.0.14)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 11 17:07:58 2010 +0200 (2010-10-11)
parents e72118e6d18e
children 54d491ff87b1
rev   line source
rcx@3717 1 # SliTaz package receipt.
rcx@3717 2
rcx@3717 3 PACKAGE="lirc-dev"
slaxemulator@6420 4 VERSION="0.8.7"
rcx@3717 5 CATEGORY="development"
rcx@3717 6 SHORT_DESC="lirc devel files."
rcx@3717 7 MAINTAINER="rcx@zoominternet.net"
rcx@3717 8 DEPENDS=""
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 }