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

Fixed xterm to not depend on xorg and xorg-dev. Added xorg-libXt and xorg-libXaw to xterm depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 18:34:58 2011 +0000 (2011-03-01)
parents bd196b2b6205
children edf212a8db46
line source
1 # SliTaz package receipt
3 PACKAGE="util-linux-ng-setterm"
4 VERSION="2.19"
5 CATEGORY="base-system"
6 SHORT_DESC="The setterm utility from Util linux NG."
7 MAINTAINER="devel@slitaz.org"
8 DEPENDS="glibc-base"
9 BUILD_DEPENDS="slitaz-toolchain"
10 WANTED="util-linux-ng"
11 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/setterm $fs/usr/bin
18 }