wok view xorg-xrandr/receipt @ rev 10675

iptables: fix kvers
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 11:09:25 2011 +0200 (2011-05-27)
parents aaed053572c3
children 5ecfbd069597
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xrandr"
4 VERSION="1.3.4"
5 CATEGORY="x-window"
6 SHORT_DESC="X app to show system resources usage."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="xrandr"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/app/$TARBALL"
13 DEPENDS="xorg-libXrandr"
14 BUILD_DEPENDS="xorg-libXrandr-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }