wok-next annotate util-linux-mkfs/receipt @ rev 14590
drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 27 00:27:59 2013 +0000 (2013-05-27) |
parents | |
children | 380ffe05937a |
rev | line source |
---|---|
al@14139 | 1 # SliTaz package receipt. |
al@14139 | 2 |
al@14139 | 3 PACKAGE="util-linux-mkfs" |
al@14139 | 4 VERSION="2.21.1" |
al@14139 | 5 CATEGORY="base-system" |
al@14139 | 6 SHORT_DESC="The mkfs utility and library from Util linux." |
al@14139 | 7 MAINTAINER="pankso@slitaz.org" |
al@14139 | 8 WEB_SITE="http://kernel.org/~kzak/util-linux/" |
al@14139 | 9 |
al@14139 | 10 DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib" |
al@14139 | 11 WANTED="util-linux" |
al@14139 | 12 HOST_ARCH="i486 arm" |
al@14139 | 13 |
al@14139 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14139 | 15 genpkg_rules() |
al@14139 | 16 { |
al@14139 | 17 mkdir -p $fs/sbin |
al@14139 | 18 cp -a $install/sbin/mk* $fs/sbin |
al@14139 | 19 } |