wok view xorg-randrproto/receipt @ rev 9225

busybox: fix cksum applet
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 11 18:53:09 2011 +0100 (2011-03-11)
parents 0a82a5440a11
children a09e9d64e4c9
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-randrproto"
4 VERSION="1.3.2"
5 #VERSION="1.3.1"
6 CATEGORY="development"
7 SHORT_DESC="Xorg server module."
8 MAINTAINER="pankso@slitaz.org"
9 DEPENDS="xorg-util-macros"
10 BUILD_DEPENDS="xorg-util-macros"
11 SOURCE="randrproto"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WEB_SITE="http://www.x.org/"
14 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr --sysconfdir=/etc \
21 --mandir=/usr/share/man --localstatedir=/var \
22 $CONFIGURE_ARGS
23 make
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $_pkg/* $fs
31 }