wok-4.x view xorg-printproto/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
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 }