wok-next diff util-linux-setterm/receipt @ rev 13522
xterm+ru(.desktop); added gsettings-desktop-schemas & metacity
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 20 01:25:03 2012 +0000 (2012-10-20) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/util-linux-setterm/receipt Sat Oct 20 01:25:03 2012 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt 1.5 + 1.6 +PACKAGE="util-linux-setterm" 1.7 +VERSION="2.21.1" 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 +WANTED="util-linux" 1.13 +WEB_SITE="http://kernel.org/~kzak/util-linux/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/bin 1.19 + cp -a $_pkg/usr/bin/setterm $fs/usr/bin 1.20 +} 1.21 +