wok view xorg-glproto/receipt @ rev 6873

Added linux-module-headers to iptables build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 20 21:15:50 2010 +0000 (2010-10-20)
parents 4954382e5d74
children 07ae722ec64e
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-glproto"
4 VERSION="1.4.11"
5 CATEGORY="development"
6 SHORT_DESC="Xorg server fixes protocol."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="glproto"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure \
18 --prefix=/usr --sysconfdir=/etc \
19 --mandir=/usr/share/man --localstatedir=/var \
20 $CONFIGURE_ARGS
21 make
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $_pkg/* $fs
29 }