wok view btrfs-mkfs/receipt @ rev 13456
claws-mail-python: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 07 11:33:49 2012 +0200 (2012-10-07) |
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 }