wok view tazbug/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 2a21689b0af7
children 0def4cb3f02a
line source
1 # SliTaz package receipt.
3 PACKAGE="tazbug"
4 VERSION="1.2"
5 CATEGORY="network"
6 SHORT_DESC="SliTaz Bug Tracker Client side tools."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 LICENSE="BSD"
10 WEB_SITE="http://bugs.slitaz.org/"
11 WGET_URL="http://hg.slitaz.org/tazbug/archive/$VERSION.tar.gz"
12 TAGS="slitaz"
14 DEPENDS="busybox gettext-base slitaz-base-files"
15 BUILD_DEPENDS="gettext"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 make && make DESTDIR=$DESTDIR install
22 }
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 chown -R root.root $fs
28 }