wok-current diff xorg-glproto/receipt @ rev 13497
Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Oct 13 10:49:28 2012 +0200 (2012-10-13) |
parents | c514cc4854d8 |
children | a09e9d64e4c9 |
line diff
1.1 --- a/xorg-glproto/receipt Wed Jan 19 19:41:12 2011 +0000 1.2 +++ b/xorg-glproto/receipt Sat Oct 13 10:49:28 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-glproto" 1.7 -VERSION="1.4.12" 1.8 +VERSION="1.4.15" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xorg server fixes protocol." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -17,16 +17,16 @@ 1.13 { 1.14 cd $src 1.15 ./configure \ 1.16 - --prefix=/usr --sysconfdir=/etc \ 1.17 - --mandir=/usr/share/man --localstatedir=/var \ 1.18 - $CONFIGURE_ARGS 1.19 - make 1.20 - make DESTDIR=$PWD/_pkg install 1.21 + --sysconfdir=/etc \ 1.22 + --mandir=/usr/share/man \ 1.23 + --localstatedir=/var \ 1.24 + $CONFIGURE_ARGS && 1.25 + make && make install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - cp -a $_pkg/* $fs 1.32 + cp -a $install/* $fs 1.33 } 1.34