wok view xorg-printproto/receipt @ rev 3996

h8300-gcc: fix FSH (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 30 16:04:45 2009 +0200 (2009-08-30)
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 }