wok diff xorg-printproto/receipt @ rev 5195

slitaz-doc: fix version for 3.0
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 28 17:16:33 2010 +0200 (2010-03-28)
parents
children 07ae722ec64e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-printproto/receipt	Sun Mar 28 17:16:33 2010 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-printproto"
     1.7 +SOURCE="printproto"
     1.8 +VERSION="1.0.3"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Xorg server devel module."
    1.11 +MAINTAINER="rcx@zoominternet.net"
    1.12 +DEPENDS=""
    1.13 +BUILD_DEPENDS="slitaz-toolchain"
    1.14 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 +WEB_SITE="http://www.x.org/"
    1.16 +# This proto is missing from the current X11R7.4
    1.17 +#WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.18 +WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/proto/$TARBALL"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	cd $src
    1.24 +	./configure \
    1.25 +		--prefix=/usr \
    1.26 +		--infodir=/usr/share/info \
    1.27 +		--mandir=/usr/share/man \
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make && make DESTDIR=$PWD/_pkg install
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +	mkdir -p $fs
    1.36 +	cp -a $_pkg/usr $fs
    1.37 +}
    1.38 +