wok-current diff btrfs-mkfs/receipt @ rev 13797
Create grub entry based on current root partition. Fix bug78
author | border |
---|---|
date | Sat Jan 05 12:34:10 2013 -0500 (2013-01-05) |
parents | |
children | 7896f0694ef6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/btrfs-mkfs/receipt Sat Jan 05 12:34:10 2013 -0500 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="btrfs-mkfs" 1.7 +VERSION="20120423" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Btrfs Filesystem creation tool." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://btrfs.wiki.kernel.org/" 1.12 +WANTED="btrfs-progs" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/bin 1.18 + cp -a $install/usr/bin/mkfs.btrfs $fs/usr/bin 1.19 +} 1.20 +