wok view xorg-randrproto/receipt @ rev 5990

uclibc-cross-compiler-i486: add run time support for host
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 14 16:57:26 2010 +0200 (2010-08-14)
parents 83c0f98edefc
children 4e4cf23c531e
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-randrproto"
4 VERSION="1.3.1"
5 #VERSION="1.3.1"
6 CATEGORY="development"
7 SHORT_DESC="Xorg server module."
8 MAINTAINER="pankso@slitaz.org"
9 DEPENDS="xorg"
10 SOURCE="randrproto"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://www.x.org/"
13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --sysconfdir=/etc \
20 --mandir=/usr/share/man --localstatedir=/var \
21 $CONFIGURE_ARGS
22 make
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $_pkg/* $fs
30 }