wok view util-linux-setterm/receipt @ rev 13821

[A-e]*/*.desktop files: sort (for easy reading), add translations (from web + my ru), verify (using desktop-file-validate), fix. To be continued...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 07 01:07:44 2013 +0000 (2013-01-07)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt
3 PACKAGE="util-linux-setterm"
4 VERSION="2.21.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"
10 WEB_SITE="http://kernel.org/~kzak/util-linux/"
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 }