wok view xorg-xtrans/receipt @ rev 4959

tor stable (security fix)
author Paul Issott <paul@slitaz.org>
date Sat Feb 20 10:49:12 2010 +0000 (2010-02-20)
parents b61b574cf78e
children 19e052de5b10
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xtrans"
4 # 7.4
5 VERSION="1.2.1"
6 #VERSION="1.2.3"
7 CATEGORY="development"
8 SHORT_DESC="Xorg server module devel package."
9 MAINTAINER="pankso@slitaz.org"
10 DEPENDS="xorg"
11 SOURCE="xtrans"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://www.x.org/"
14 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr --sysconfdir=/etc \
21 --mandir=/usr/share/man --localstatedir=/var \
22 $CONFIGURE_ARGS
23 make
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $_pkg/* $fs
31 }