wok view btrfs-mkfs/receipt @ rev 12809

Up: midori (0.4.6) security fix (must be up in stable but need last vala, someone to cook on stable before commit ?)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 19 15:20:09 2012 +0200 (2012-05-19)
parents
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="btrfs-mkfs"
4 VERSION="20120423"
5 CATEGORY="system-tools"
6 SHORT_DESC="Btrfs Filesystem creation tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://btrfs.wiki.kernel.org/"
9 WANTED="btrfs-progs"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp -a $install/usr/bin/mkfs.btrfs $fs/usr/bin
16 }