wok view xorg-inputproto/receipt @ rev 8782

Up: slitaz-base-files (4.2)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 22 20:51:00 2011 +0100 (2011-02-22)
parents d967ef83ac32
children d3f5bbca92b8
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-inputproto"
4 VERSION="2.0.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="inputproto"
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 --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 }