wok-stable annotate xorg-xf86driproto/receipt @ rev 866
Up: gimp (2.4.6)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jun 06 11:46:01 2008 +0200 (2008-06-06) |
parents | 441b5630b74f |
children | 83c0f98edefc |
rev | line source |
---|---|
pankso@88 | 1 # SliTaz package receipt. |
pankso@88 | 2 |
pankso@88 | 3 PACKAGE="xorg-xf86driproto" |
pankso@88 | 4 VERSION="2.0.3" |
pankso@200 | 5 CATEGORY="development" |
pankso@88 | 6 SHORT_DESC="Xorg server protocol." |
pankso@88 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@88 | 8 DEPENDS="xorg" |
pankso@88 | 9 SOURCE="xf86driproto" |
pankso@88 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pankso@88 | 11 WEB_SITE="http://www.x.org/" |
pankso@88 | 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pankso@88 | 13 |
pankso@88 | 14 # Rules to configure and make the package. |
pankso@88 | 15 compile_rules() |
pankso@88 | 16 { |
pankso@88 | 17 cd $src |
pankso@88 | 18 ./configure --prefix=/usr --sysconfdir=/etc \ |
pankso@88 | 19 --mandir=/usr/share/man --localstatedir=/var \ |
pankso@88 | 20 $CONFIGURE_ARGS |
pankso@88 | 21 make |
pankso@88 | 22 make DESTDIR=$PWD/_pkg install |
pankso@88 | 23 } |
pankso@88 | 24 |
pankso@88 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@88 | 26 genpkg_rules() |
pankso@88 | 27 { |
pankso@88 | 28 cp -a $_pkg/* $fs |
pankso@88 | 29 } |
pankso@88 | 30 |