wok diff xorg-xinit/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 3f4b9d12cfc3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xinit/receipt	Sun Mar 28 17:16:33 2010 +0200
     1.3 @@ -0,0 +1,38 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-xinit"
     1.7 +VERSION="1.1.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="X.org initialization program"
    1.10 +MAINTAINER="jozee@slitaz.org"
    1.11 +SOURCE="xinit"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13 +DEPENDS="xorg-libX11 xorg-xauth"
    1.14 +BUILD_DEPENDS="xorg-dev"
    1.15 +WEB_SITE="http://xorg.freedesktop.org/"
    1.16 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    1.17 +TAGS="utility xorg"
    1.18 +
    1.19 +# Rules to configure and make the package.ls sr	
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./configure \
    1.24 +		--prefix=/usr \
    1.25 +		--mandir=/usr/share/man \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make XINITDIR=/etc/X11/xinit &&
    1.28 +	make XINITDIR=/etc/X11/xinit DESTDIR=$PWD/_pkg install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	mkdir -p $fs/usr
    1.35 +	cp -a $_pkg/usr/bin $fs/usr	
    1.36 +}
    1.37 +
    1.38 +pre_install()
    1.39 +{
    1.40 +	cp -a /usr/bin/startx /usr/bin/startx.bak
    1.41 +}