wok view xorg-xrdb/receipt @ rev 9394

Up: slitaz-boot-scripts 4.1.1
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Mar 26 19:33:17 2011 +0100 (2011-03-26)
parents f70954e59df2
children ac240d86ade6
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xrdb"
4 VERSION="1.0.8"
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 &&
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }