wok view xorg-xf86vidmodeproto/receipt @ rev 14101

tintin++: up 2.00.9
author Samuel Trassare <samuel_trassare@yahoo.com>
date Sat Feb 23 08:47:17 2013 -0800 (2013-02-23)
parents 07ae722ec64e
children a09e9d64e4c9
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xf86vidmodeproto"
4 VERSION="2.3.1"
5 CATEGORY="development"
6 SHORT_DESC="Xorg server protocol."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="xf86vidmodeproto"
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 --sysconfdir=/etc \
19 --mandir=/usr/share/man \
20 --localstatedir=/var \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }