wok view util-linux-ng-minix/receipt @ rev 11639

Add: sharedance
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 03 00:27:22 2012 +0100 (2012-02-03)
parents 13f6147d93f0
children
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-ng-minix"
4 VERSION="2.19.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="The minix utilities from Util linux NG."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="util-linux-ng"
9 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/sbin
15 cp -a $_pkg/sbin/*minix $fs/sbin
16 }