wok view btrfs-mkfs/receipt @ rev 15656

wxWidgets: back to 2.8.12.1 too many softwares depend on 2.8.x
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 11 23:46:27 2013 +0100 (2013-12-11)
parents 187ff4f392d8
children f651da5c6b43
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 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 }