wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xrdb"
4 VERSION="1.0.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Xrdb is a program used for accessing the X resources of a server."
7 MAINTAINER="rocky@slitaz.org"
8 DEPENDS="xorg-libXmu"
9 BUILD_DEPENDS="pkg-config"
10 SOURCE="xrdb"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.x.org/"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/bin $fs/usr
28 }