wok annotate xorg-xrandr/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents 5ecfbd069597
children cf41f989b6d2
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"
pascal@15579 8 LICENSE="MIT"
pankso@3019 9 SOURCE="xrandr"
gokhlayeh@6993 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@3019 11 WEB_SITE="http://www.x.org/"
pankso@3019 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@3019 13
pankso@9666 14 DEPENDS="xorg-libXrandr"
pankso@9666 15 BUILD_DEPENDS="xorg-libXrandr-dev"
pankso@9666 16
pankso@3019 17 # Rules to configure and make the package.
pankso@3019 18 compile_rules()
pankso@3019 19 {
pankso@3019 20 cd $src
slaxemulator@10057 21 ./configure $CONFIGURE_ARGS &&
slaxemulator@10057 22 make && make install
pankso@3019 23 }
pankso@3019 24
pankso@3019 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3019 26 genpkg_rules()
pankso@3019 27 {
pankso@3019 28 mkdir -p $fs/usr
pascal@15579 29 cp -a $install/usr/bin $fs/usr
pankso@3019 30 }