wok view xorg-xtrans/receipt @ rev 7032

Add: aiksaurus (1.2.1)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Oct 31 23:24:00 2010 +0100 (2010-10-31)
parents 19e052de5b10
children d87545dad4c1
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xtrans"
4 VERSION="1.2.5"
5 CATEGORY="development"
6 SHORT_DESC="Xorg library to handle network protocol transport in a modular fashion."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="xtrans"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --sysconfdir=/etc \
18 --mandir=/usr/share/man --localstatedir=/var \
19 $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/* $fs
28 }