wok view xorg-printproto/receipt @ rev 3813

Add: python-couchdbkit (0.1.8)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed Aug 05 23:27:52 2009 +0000 (2009-08-05)
parents
children 07ae722ec64e
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-printproto"
4 SOURCE="printproto"
5 VERSION="1.0.3"
6 CATEGORY="development"
7 SHORT_DESC="Xorg server devel module."
8 MAINTAINER="rcx@zoominternet.net"
9 DEPENDS=""
10 BUILD_DEPENDS="slitaz-toolchain"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.x.org/"
13 # This proto is missing from the current X11R7.4
14 #WGET_URL="$XORG_MIRROR/proto/$TARBALL"
15 WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/proto/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure \
22 --prefix=/usr \
23 --infodir=/usr/share/info \
24 --mandir=/usr/share/man \
25 $CONFIGURE_ARGS &&
26 make && make DESTDIR=$PWD/_pkg install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs
33 cp -a $_pkg/usr $fs
34 }