wok view util-linux-mkfs/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents 9d9921e751e8
children 4f122372e6f6
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-mkfs"
4 VERSION="2.24"
5 CATEGORY="base-system"
6 SHORT_DESC="The mkfs utility and library from Util linux."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://kernel.org/~kzak/util-linux/"
10 HOST_ARCH="i486 arm"
12 DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib"
13 WANTED="util-linux"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/sbin
20 cp -a $install/sbin/mk* $fs/sbin
21 }