wok annotate xorg-printproto/receipt @ rev 7794

slitaz-tools: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 24 12:02:20 2010 +0100 (2010-12-24)
parents 78640377ce73
children 8c2f10d7ddee
rev   line source
rcx@3505 1 # SliTaz package receipt.
rcx@3505 2
rcx@3505 3 PACKAGE="xorg-printproto"
rcx@3505 4 SOURCE="printproto"
gokhlayeh@6993 5 VERSION="1.0.4"
rcx@3505 6 CATEGORY="development"
rcx@3505 7 SHORT_DESC="Xorg server devel module."
rcx@3505 8 MAINTAINER="rcx@zoominternet.net"
rcx@3505 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
rcx@3505 10 WEB_SITE="http://www.x.org/"
gokhlayeh@6993 11 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
rcx@3505 12
rcx@3505 13 # Rules to configure and make the package.
rcx@3505 14 compile_rules()
rcx@3505 15 {
rcx@3505 16 cd $src
rcx@3505 17 ./configure \
rcx@3505 18 --prefix=/usr \
rcx@3505 19 --infodir=/usr/share/info \
rcx@3505 20 --mandir=/usr/share/man \
rcx@3505 21 $CONFIGURE_ARGS &&
rcx@3505 22 make && make DESTDIR=$PWD/_pkg install
rcx@3505 23 }
rcx@3505 24
rcx@3505 25 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3505 26 genpkg_rules()
rcx@3505 27 {
rcx@3505 28 mkdir -p $fs
rcx@3505 29 cp -a $_pkg/usr $fs
rcx@3505 30 }
rcx@3505 31