wok diff xorg-printproto/receipt @ rev 3875
Busybox: ensure pidfile are valid
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 10 13:56:55 2009 +0200 (2009-08-10) |
parents | |
children | 07ae722ec64e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xorg-printproto/receipt Mon Aug 10 13:56:55 2009 +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 +