wok view xorg-xextproto/receipt @ rev 12757

Up elfutils (0.153)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 12 10:22:41 2012 +0200 (2012-05-12)
parents a3a040f26ef2
children a09e9d64e4c9
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xextproto"
4 VERSION="7.2.1"
5 CATEGORY="development"
6 SHORT_DESC="Xorg server module."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-util-macros"
9 BUILD_DEPENDS="xorg-util-macros"
10 SOURCE="xextproto"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
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 \
20 --sysconfdir=/etc \
21 --mandir=/usr/share/man \
22 --localstatedir=/var \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }