wok rev 12500
Up: xorg-dri2proto and xorg-evieext
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 24 18:18:12 2012 +0200 (2012-04-24) |
parents | a8e710f0541f |
children | d845a5a99df7 |
files | xorg-dri2proto/receipt xorg-evieext/receipt |
line diff
1.1 --- a/xorg-dri2proto/receipt Tue Apr 24 18:17:28 2012 +0200 1.2 +++ b/xorg-dri2proto/receipt Tue Apr 24 18:18:12 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-dri2proto" 1.7 -VERSION="2.3" 1.8 +VERSION="2.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xorg DRI protocol files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -15,16 +15,17 @@ 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 }
2.1 --- a/xorg-evieext/receipt Tue Apr 24 18:17:28 2012 +0200 2.2 +++ b/xorg-evieext/receipt Tue Apr 24 18:18:12 2012 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-evieext" 2.7 -VERSION="1.1.0" 2.8 +VERSION="1.1.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Xorg server protocol." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -14,17 +14,18 @@ 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 } 2.37