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