wok view xorg-printproto/receipt @ rev 10369

xorg-libXinerama: can't cross (use host cc)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 03:43:26 2011 +0200 (2011-05-23)
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 }