wok view lirc-dev/receipt @ rev 16589

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
parents 32267b369a16
children f1020832b94b
line source
1 # SliTaz package receipt.
3 PACKAGE="lirc-dev"
4 VERSION="0.9.0"
5 CATEGORY="development"
6 SHORT_DESC="lirc devel files."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lirc.org/"
10 WANTED="lirc"
12 DEPENDS="lirc"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }