wok diff btrfs-mkfs/receipt @ rev 13971

desktop-file-utils*: up (0.21)
author ernia <monghitri@aruba.it>
date Mon Feb 04 12:44:22 2013 +0000 (2013-02-04)
parents
children 7896f0694ef6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/btrfs-mkfs/receipt	Mon Feb 04 12:44:22 2013 +0000
     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 +