wok-next annotate util-linux-ng-minix/receipt @ rev 11942
gecko-mediaplayer up 1.0.3 to resolve cooker error
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 29 22:00:25 2012 -0800 (2012-02-29) |
parents | 13f6147d93f0 |
children |
rev | line source |
---|---|
pascal@9456 | 1 # SliTaz package receipt. |
pascal@9456 | 2 |
pascal@9456 | 3 PACKAGE="util-linux-ng-minix" |
slaxemulator@10150 | 4 VERSION="2.19.1" |
pascal@9456 | 5 CATEGORY="system-tools" |
pascal@9456 | 6 SHORT_DESC="The minix utilities from Util linux NG." |
pascal@9456 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@9456 | 8 WANTED="util-linux-ng" |
pascal@9456 | 9 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" |
pascal@9456 | 10 |
pascal@9456 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@9456 | 12 genpkg_rules() |
pascal@9456 | 13 { |
pascal@9456 | 14 mkdir -p $fs/sbin |
pascal@9456 | 15 cp -a $_pkg/sbin/*minix $fs/sbin |
pascal@9456 | 16 } |