wok-stable view ttyload/receipt @ rev 6565

Added mesa, libdrm-dev, xorg-dev-proto, and libxcb-dev to depends of mesa-dev. Fixes pkgconfig --cflags glw from not working in clean chroot.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 00:43:28 2010 +0000 (2010-10-08)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ttyload"
4 VERSION="0.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="color-coded graph of load averages over time."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.daveltd.com/src/util/ttyload/"
10 WGET_URL="${WEB_SITE}$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 make
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/bin
23 cp -a $src/ttyload $fs/usr/bin
24 }