wok annotate xorg-printproto/receipt @ rev 8417

Up: xorg-printproto to 1.0.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 05 17:39:51 2011 +0000 (2011-02-05)
parents 07ae722ec64e
children b9032bfcb3e1
rev   line source
rcx@3505 1 # SliTaz package receipt.
rcx@3505 2
rcx@3505 3 PACKAGE="xorg-printproto"
rcx@3505 4 SOURCE="printproto"
slaxemulator@8417 5 VERSION="1.0.5"
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