wok annotate xorg-xrdb/receipt @ rev 12100

nanochess: set backgound color
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 11 08:44:41 2012 +0100 (2012-03-11)
parents ac240d86ade6
children eb8067417980
rev   line source
rocky@3894 1 # SliTaz package receipt.
rocky@3894 2
rocky@3894 3 PACKAGE="xorg-xrdb"
slaxemulator@9519 4 VERSION="1.0.9"
rocky@3894 5 CATEGORY="x-window"
rocky@3894 6 SHORT_DESC="Xrdb is a program used for accessing the X resources of a server."
rocky@3894 7 MAINTAINER="rocky@slitaz.org"
slaxemulator@8029 8 DEPENDS="xorg-libXmu"
slaxemulator@8965 9 BUILD_DEPENDS="pkg-config"
rocky@3894 10 SOURCE="xrdb"
gokhlayeh@6993 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
rocky@3894 12 WEB_SITE="http://www.x.org/"
rocky@3894 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
rocky@3894 14
rocky@3894 15 # Rules to configure and make the package.
rocky@3894 16 compile_rules()
rocky@3894 17 {
rocky@3894 18 cd $src
slaxemulator@10056 19 ./configure $CONFIGURE_ARGS &&
slaxemulator@10056 20 make && make install
rocky@3894 21 }
rocky@3894 22
rocky@3894 23 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3894 24 genpkg_rules()
rocky@3894 25 {
rocky@3894 26 mkdir -p $fs/usr
rocky@3894 27 cp -a $_pkg/usr/bin $fs/usr
rocky@3894 28 }