wok view xorg-xrandr/receipt @ rev 11185

Up: gst-plugins-base to 0.10.35.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 03 01:02:38 2011 +0000 (2011-11-03)
parents ef25b572367b
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xrandr"
4 VERSION="1.3.5"
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 }