wok-next annotate xorg-xf86driproto/receipt @ rev 10997
Up: tcl to 8.5.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 13 02:50:28 2011 +0000 (2011-10-13) |
parents | fcc7e6179bc0 |
children | a09e9d64e4c9 |
rev | line source |
---|---|
pankso@88 | 1 # SliTaz package receipt. |
pankso@88 | 2 |
pankso@88 | 3 PACKAGE="xorg-xf86driproto" |
slaxemulator@8418 | 4 VERSION="2.1.1" |
pankso@200 | 5 CATEGORY="development" |
pankso@88 | 6 SHORT_DESC="Xorg server protocol." |
pankso@88 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@88 | 8 SOURCE="xf86driproto" |
slaxemulator@8422 | 9 DEPENDS="xorg-util-macros" |
slaxemulator@8422 | 10 BUILD_DEPENDS="xorg-util-macros" |
gokhlayeh@6993 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@88 | 12 WEB_SITE="http://www.x.org/" |
pankso@88 | 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pankso@88 | 14 |
pankso@88 | 15 # Rules to configure and make the package. |
pankso@88 | 16 compile_rules() |
pankso@88 | 17 { |
pankso@88 | 18 cd $src |
pankso@88 | 19 ./configure --prefix=/usr --sysconfdir=/etc \ |
pankso@88 | 20 --mandir=/usr/share/man --localstatedir=/var \ |
pankso@88 | 21 $CONFIGURE_ARGS |
pankso@88 | 22 make |
pankso@88 | 23 make DESTDIR=$PWD/_pkg install |
pankso@88 | 24 } |
pankso@88 | 25 |
pankso@88 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@88 | 27 genpkg_rules() |
pankso@88 | 28 { |
pankso@88 | 29 cp -a $_pkg/* $fs |
pankso@88 | 30 } |
pankso@88 | 31 |