wok view remmina-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 3a697a12f7c0
children d49565ae1faf
line source
1 # SliTaz package receipt.
3 PACKAGE="remmina-dev"
4 VERSION="1.0.0"
5 CATEGORY="development"
6 SHORT_DESC="remmina development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://remmina.sourceforge.net/"
10 WANTED="remmina"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/include $fs/usr
18 }