wok annotate xorg-xrandr/receipt @ rev 11739

gdk-pixbuf: Fic chache creation (so SVG icons works)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 00:25:05 2012 +0100 (2012-02-22)
parents ef25b572367b
children eb8067417980
rev   line source
pankso@3019 1 # SliTaz package receipt.
pankso@3019 2
pankso@3019 3 PACKAGE="xorg-xrandr"
slaxemulator@11133 4 VERSION="1.3.5"
pankso@3019 5 CATEGORY="x-window"
pankso@3019 6 SHORT_DESC="X app to show system resources usage."
pankso@3019 7 MAINTAINER="pankso@slitaz.org"
pankso@3019 8 SOURCE="xrandr"
gokhlayeh@6993 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@3019 10 WEB_SITE="http://www.x.org/"
pankso@3019 11 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@3019 12
pankso@9666 13 DEPENDS="xorg-libXrandr"
pankso@9666 14 BUILD_DEPENDS="xorg-libXrandr-dev"
pankso@9666 15
pankso@3019 16 # Rules to configure and make the package.
pankso@3019 17 compile_rules()
pankso@3019 18 {
pankso@3019 19 cd $src
slaxemulator@10057 20 ./configure $CONFIGURE_ARGS &&
slaxemulator@10057 21 make && make install
pankso@3019 22 }
pankso@3019 23
pankso@3019 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3019 25 genpkg_rules()
pankso@3019 26 {
pankso@3019 27 mkdir -p $fs/usr
pankso@3019 28 cp -a $_pkg/usr/bin $fs/usr
pankso@3019 29 }