wok rev 12503
Up: xorg-recordproto, xorg-util-macros, xorg-xextproto, xorg-xf86vidmodeproto, xorg-xtrans
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 24 18:48:41 2012 +0200 (2012-04-24) |
parents | d3f5bbca92b8 |
children | ada4e537ac19 |
files | xorg-recordproto/receipt xorg-util-macros/receipt xorg-xextproto/receipt xorg-xf86vidmodeproto/receipt xorg-xtrans/receipt |
line diff
1.1 --- a/xorg-recordproto/receipt Tue Apr 24 18:46:53 2012 +0200 1.2 +++ b/xorg-recordproto/receipt Tue Apr 24 18:48:41 2012 +0200 1.3 @@ -1,30 +1,32 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-recordproto" 1.7 -VERSION="1.14.1" 1.8 +VERSION="1.14.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xorg record protol." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="xorg-util-macros" 1.13 -BUILD_DEPENDS="xorg-util-macros" 1.14 SOURCE="recordproto" 1.15 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://www.x.org/" 1.17 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 1.18 1.19 +DEPENDS="xorg-util-macros" 1.20 +BUILD_DEPENDS="xorg-util-macros" 1.21 + 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.27 - --mandir=/usr/share/man --localstatedir=/var \ 1.28 - $CONFIGURE_ARGS 1.29 - make 1.30 - make DESTDIR=$PWD/_pkg install 1.31 + cd $src 1.32 + ./configure \ 1.33 + --sysconfdir=/etc \ 1.34 + --mandir=/usr/share/man \ 1.35 + --localstatedir=/var \ 1.36 + $CONFIGURE_ARGS && 1.37 + make && make install 1.38 } 1.39 1.40 # Rules to gen a SliTaz package suitable for Tazpkg. 1.41 genpkg_rules() 1.42 { 1.43 - cp -a $_pkg/* $fs 1.44 + cp -a $install/* $fs 1.45 }
2.1 --- a/xorg-util-macros/receipt Tue Apr 24 18:46:53 2012 +0200 2.2 +++ b/xorg-util-macros/receipt Tue Apr 24 18:48:41 2012 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-util-macros" 2.7 -VERSION="1.12.0" 2.8 +VERSION="1.17" 2.9 CATEGORY="development" 2.10 SHORT_DESC="X.Org Autotools macros" 2.11 MAINTAINER="gokhlayeh@slitaz.org" 2.12 @@ -13,16 +13,17 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 - ./configure --prefix=/usr --sysconfdir=/etc \ 2.18 - --mandir=/usr/share/man --localstatedir=/var \ 2.19 - $CONFIGURE_ARGS && 2.20 - make && 2.21 - make DESTDIR=$PWD/_pkg install 2.22 + cd $src 2.23 + ./configure \ 2.24 + --sysconfdir=/etc \ 2.25 + --mandir=/usr/share/man \ 2.26 + --localstatedir=/var \ 2.27 + $CONFIGURE_ARGS && 2.28 + make && make install 2.29 } 2.30 2.31 # Rules to gen a SliTaz package suitable for Tazpkg. 2.32 genpkg_rules() 2.33 { 2.34 - cp -a $_pkg/* $fs 2.35 + cp -a $install/* $fs 2.36 }
3.1 --- a/xorg-xextproto/receipt Tue Apr 24 18:46:53 2012 +0200 3.2 +++ b/xorg-xextproto/receipt Tue Apr 24 18:48:41 2012 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="xorg-xextproto" 3.7 -VERSION="7.2.0" 3.8 +VERSION="7.2.1" 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 -j1 && 3.21 - make -j1 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-xf86vidmodeproto/receipt Tue Apr 24 18:46:53 2012 +0200 4.2 +++ b/xorg-xf86vidmodeproto/receipt Tue Apr 24 18:48:41 2012 +0200 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="xorg-xf86vidmodeproto" 4.7 -VERSION="2.3" 4.8 +VERSION="2.3.1" 4.9 CATEGORY="development" 4.10 SHORT_DESC="Xorg server protocol." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 @@ -13,17 +13,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
5.1 --- a/xorg-xtrans/receipt Tue Apr 24 18:46:53 2012 +0200 5.2 +++ b/xorg-xtrans/receipt Tue Apr 24 18:48:41 2012 +0200 5.3 @@ -1,30 +1,32 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="xorg-xtrans" 5.7 -VERSION="1.2.6" 5.8 +VERSION="1.2.7" 5.9 CATEGORY="development" 5.10 SHORT_DESC="Xorg library to handle network protocol transport in a modular fashion." 5.11 MAINTAINER="pankso@slitaz.org" 5.12 -DEPENDS="xorg-util-macros" 5.13 -BUILD_DEPENDS="xorg-util-macros" 5.14 SOURCE="xtrans" 5.15 TARBALL="$SOURCE-$VERSION.tar.bz2" 5.16 WEB_SITE="http://www.x.org/" 5.17 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 5.18 5.19 +DEPENDS="xorg-util-macros" 5.20 +BUILD_DEPENDS="xorg-util-macros" 5.21 + 5.22 # Rules to configure and make the package. 5.23 compile_rules() 5.24 { 5.25 - cd $src 5.26 - ./configure --prefix=/usr --sysconfdir=/etc \ 5.27 - --mandir=/usr/share/man --localstatedir=/var \ 5.28 - $CONFIGURE_ARGS && 5.29 - make && 5.30 - make DESTDIR=$PWD/_pkg install 5.31 + cd $src 5.32 + ./configure \ 5.33 + --sysconfdir=/etc \ 5.34 + --mandir=/usr/share/man \ 5.35 + --localstatedir=/var \ 5.36 + $CONFIGURE_ARGS && 5.37 + make && make install 5.38 } 5.39 5.40 # Rules to gen a SliTaz package suitable for Tazpkg. 5.41 genpkg_rules() 5.42 { 5.43 - cp -a $_pkg/* $fs 5.44 + cp -a $install/* $fs 5.45 }