wok rev 7906

Add util-linux-ng-setterm (thanks Gawron)
author Paul Issott <paul@slitaz.org>
date Sun Jan 09 13:38:52 2011 +0000 (2011-01-09)
parents aa920dfe273d
children 67029978ed9a
files util-linux-ng-setterm/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/util-linux-ng-setterm/receipt	Sun Jan 09 13:38:52 2011 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt
     1.5 +
     1.6 +PACKAGE="util-linux-ng-setterm"
     1.7 +VERSION="2.18"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The setterm utility from Util linux NG."
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +DEPENDS="glibc-base"
    1.12 +BUILD_DEPENDS="slitaz-toolchain"
    1.13 +WANTED="util-linux-ng"
    1.14 +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/bin
    1.20 +	cp -a $_pkg/usr/bin/setterm  $fs/usr/bin
    1.21 +}
    1.22 +