wok annotate lirc-dev/receipt @ rev 7213

Up: dbus-glib to 0.92.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 10 17:42:01 2010 +0000 (2010-11-10)
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 }