wok view util-linux-ng-setterm/receipt @ rev 10739

locale-*: Up to 4.0 version string, had core pkgs to french pack (we dont have any po file now!) and add nano, mtpaint, midori to all languages pack
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 00:54:30 2011 +0200 (2011-05-30)
parents edf212a8db46
children
line source
1 # SliTaz package receipt
3 PACKAGE="util-linux-ng-setterm"
4 VERSION="2.19.1"
5 CATEGORY="base-system"
6 SHORT_DESC="The setterm utility from Util linux NG."
7 MAINTAINER="devel@slitaz.org"
8 DEPENDS="glibc-base"
9 WANTED="util-linux-ng"
10 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/setterm $fs/usr/bin
17 }