wok-next diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/util-linux-mkfs/receipt Mon May 27 00:27:59 2013 +0000 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="util-linux-mkfs" 1.7 +VERSION="2.21.1" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="The mkfs utility and library from Util linux." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://kernel.org/~kzak/util-linux/" 1.12 + 1.13 +DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib" 1.14 +WANTED="util-linux" 1.15 +HOST_ARCH="i486 arm" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/sbin 1.21 + cp -a $install/sbin/mk* $fs/sbin 1.22 +}