wok view btrfs-mkfs/receipt @ rev 13934

qt4: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 26 12:25:05 2013 +0100 (2013-01-26)
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 }