wok annotate xorg-xsetroot/receipt @ rev 11557

Add matchbox-panel-2 form wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:19:10 2011 +0100 (2011-12-25)
parents 16348b9c0e7c
children eb8067417980
rev   line source
pankso@262 1 # SliTaz package receipt.
pankso@262 2
pankso@262 3 PACKAGE="xorg-xsetroot"
slaxemulator@7260 4 VERSION="1.1.0"
pankso@262 5 CATEGORY="x-window"
pankso@262 6 SHORT_DESC="Xsetroot is a tool to configure X root background color."
pankso@262 7 MAINTAINER="pankso@slitaz.org"
slaxemulator@8029 8 DEPENDS="xorg-libXmu xorg-libXcursor"
slaxemulator@8029 9 BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps"
pankso@262 10 SOURCE="xsetroot"
gokhlayeh@6993 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@262 12 WEB_SITE="http://www.x.org/"
pankso@262 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@262 14
pankso@262 15 # Rules to configure and make the package.
pankso@262 16 compile_rules()
pankso@262 17 {
pankso@262 18 cd $src
pankso@262 19 ./configure \
pankso@262 20 --prefix=/usr \
pankso@262 21 --mandir=/usr/share/man \
pankso@262 22 $CONFIGURE_ARGS
pankso@262 23 make
pankso@262 24 make DESTDIR=$PWD/_pkg install
pankso@262 25 }
pankso@262 26
pankso@262 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@262 28 genpkg_rules()
pankso@262 29 {
pankso@262 30 mkdir -p $fs/usr
pankso@262 31 cp -a $_pkg/usr/bin $fs/usr
pankso@262 32 }