wok-current view util-linux-ng-minix/receipt @ rev 10439
Add: sylpheed-full (with GPG, splell and ldap support)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 01:32:05 2011 +0200 (2011-05-25) |
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 }