wok view xorg-xproto/receipt @ rev 13558
Up: libfm (1.1.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Nov 03 10:49:35 2012 +0100 (2012-11-03) |
parents | 2c174cc5d31a |
children | a09e9d64e4c9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xproto"
4 VERSION="7.0.23"
5 CATEGORY="development"
6 SHORT_DESC="Xorg server module."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="xproto"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
13 DEPENDS="xorg-util-macros"
14 BUILD_DEPENDS="xorg-util-macros"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --sysconfdir=/etc \
22 --mandir=/usr/share/man \
23 --localstatedir=/var \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }