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

Fix: ffmpeg need coreutils-file-special to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Jan 18 23:36:57 2011 +0100 (2011-01-18)
parents
children 78988bd0500a
line source
1 # SliTaz package receipt
3 PACKAGE="util-linux-ng-setterm"
4 VERSION="2.18"
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 }