wok view xorg-printproto/receipt @ rev 9235

Up: icedtea6-jdk to 1.9.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 12 02:58:57 2011 +0000 (2011-03-12)
parents 8c2f10d7ddee
children a09e9d64e4c9
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-printproto"
4 SOURCE="printproto"
5 VERSION="1.0.5"
6 CATEGORY="development"
7 SHORT_DESC="Xorg server devel module."
8 MAINTAINER="rcx@zoominternet.net"
9 DEPENDS="xorg-util-macros"
10 BUILD_DEPENDS="xorg-util-macros"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.x.org/"
13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 --infodir=/usr/share/info \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make && make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs
31 cp -a $_pkg/usr $fs
32 }