wok rev 12502

Up: xorg-fontsproto, xorg-glproto, xorg-inputproto, xorg-kbproto
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 18:46:53 2012 +0200 (2012-04-24)
parents d845a5a99df7
children b819c0ead351
files xorg-fontsproto/receipt xorg-glproto/receipt xorg-inputproto/receipt xorg-kbproto/receipt
line diff
     1.1 --- a/xorg-fontsproto/receipt	Tue Apr 24 18:46:01 2012 +0200
     1.2 +++ b/xorg-fontsproto/receipt	Tue Apr 24 18:46:53 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-fontsproto"
     1.7 -VERSION="2.1.1"
     1.8 +VERSION="2.1.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xorg server protocol."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -15,17 +15,18 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -    cd $src
    1.17 -    ./configure --prefix=/usr --sysconfdir=/etc \
    1.18 -    --mandir=/usr/share/man --localstatedir=/var \
    1.19 -    $CONFIGURE_ARGS
    1.20 -    make
    1.21 -    make DESTDIR=$PWD/_pkg install
    1.22 +	cd $src
    1.23 +	./configure \
    1.24 +		--sysconfdir=/etc \
    1.25 +		--mandir=/usr/share/man \
    1.26 +		--localstatedir=/var \
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make && make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -    cp -a $_pkg/* $fs
    1.35 +	cp -a $install/* $fs
    1.36  }
    1.37  
     2.1 --- a/xorg-glproto/receipt	Tue Apr 24 18:46:01 2012 +0200
     2.2 +++ b/xorg-glproto/receipt	Tue Apr 24 18:46:53 2012 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-glproto"
     2.7 -VERSION="1.4.12"
     2.8 +VERSION="1.4.15"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Xorg server fixes protocol."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -17,16 +17,16 @@
    2.13  {
    2.14  	cd $src
    2.15  	./configure \
    2.16 -		--prefix=/usr --sysconfdir=/etc \
    2.17 -		--mandir=/usr/share/man --localstatedir=/var \
    2.18 -		$CONFIGURE_ARGS
    2.19 -	make
    2.20 -	make DESTDIR=$PWD/_pkg install
    2.21 +		--sysconfdir=/etc \
    2.22 +		--mandir=/usr/share/man \
    2.23 +		--localstatedir=/var \
    2.24 +		$CONFIGURE_ARGS &&
    2.25 +	make && make install
    2.26  }
    2.27  
    2.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.29  genpkg_rules()
    2.30  {
    2.31 -    cp -a $_pkg/* $fs
    2.32 +    cp -a $install/* $fs
    2.33  }
    2.34  
     3.1 --- a/xorg-inputproto/receipt	Tue Apr 24 18:46:01 2012 +0200
     3.2 +++ b/xorg-inputproto/receipt	Tue Apr 24 18:46:53 2012 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xorg-inputproto"
     3.7 -VERSION="2.0.1"
     3.8 +VERSION="2.2"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="Xorg server module."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -15,16 +15,17 @@
    3.13  # Rules to configure and make the package.
    3.14  compile_rules()
    3.15  {
    3.16 -    cd $src
    3.17 -    ./configure --prefix=/usr --sysconfdir=/etc \
    3.18 -    --mandir=/usr/share/man --localstatedir=/var \
    3.19 -    $CONFIGURE_ARGS &&
    3.20 -    make &&
    3.21 -    make DESTDIR=$PWD/_pkg install
    3.22 +	cd $src
    3.23 +	./configure \
    3.24 +		--sysconfdir=/etc \
    3.25 +		--mandir=/usr/share/man \
    3.26 +		--localstatedir=/var \
    3.27 +	$CONFIGURE_ARGS &&
    3.28 +	make && make install
    3.29  }
    3.30  
    3.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.32  genpkg_rules()
    3.33  {
    3.34 -    cp -a $_pkg/* $fs
    3.35 +	cp -a $install/* $fs
    3.36  }
     4.1 --- a/xorg-kbproto/receipt	Tue Apr 24 18:46:01 2012 +0200
     4.2 +++ b/xorg-kbproto/receipt	Tue Apr 24 18:46:53 2012 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="xorg-kbproto"
     4.7 -VERSION="1.0.5"
     4.8 +VERSION="1.0.6"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="Xorg server module."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 @@ -15,17 +15,18 @@
    4.13  # Rules to configure and make the package.
    4.14  compile_rules()
    4.15  {
    4.16 -    cd $src
    4.17 -    ./configure --prefix=/usr --sysconfdir=/etc \
    4.18 -    --mandir=/usr/share/man --localstatedir=/var \
    4.19 -    $CONFIGURE_ARGS
    4.20 -    make
    4.21 -    make DESTDIR=$PWD/_pkg install
    4.22 +	cd $src
    4.23 +	./configure \
    4.24 +		--sysconfdir=/etc \
    4.25 +		--mandir=/usr/share/man \
    4.26 +		--localstatedir=/var \
    4.27 +		$CONFIGURE_ARGS &&
    4.28 +	make && make install
    4.29  }
    4.30  
    4.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.32  genpkg_rules()
    4.33  {
    4.34 -    cp -a $_pkg/* $fs
    4.35 +	cp -a $install/* $fs
    4.36  }
    4.37