wok view btrfs-mkfs/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 7896f0694ef6
children c3bdb0de80a7
line source
1 # SliTaz package receipt.
3 PACKAGE="btrfs-mkfs"
4 VERSION="3.12"
5 CATEGORY="system-tools"
6 SHORT_DESC="Btrfs Filesystem creation tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://btrfs.wiki.kernel.org/"
10 WANTED="btrfs-progs"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $install/usr/bin/mkfs.btrfs $fs/usr/bin
17 }