diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-15 21:28:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-15 21:28:28 +0100 |
commit | 59ec581cad4d2c96362a132ff08f3c904fc041c8 (patch) | |
tree | 52e41ea6cb0c7e39a7b83a7943cb2b928d870a41 /extra/lshw/Pkgfile | |
parent | f4b79807e46d71f6659eacefd6ca6d10f51fe541 (diff) | |
download | nutyx-pakxe-59ec581cad4d2c96362a132ff08f3c904fc041c8.tar.gz nutyx-pakxe-59ec581cad4d2c96362a132ff08f3c904fc041c8.tar.bz2 nutyx-pakxe-59ec581cad4d2c96362a132ff08f3c904fc041c8.tar.xz nutyx-pakxe-59ec581cad4d2c96362a132ff08f3c904fc041c8.zip |
lshw, maj B.02.15-1
Diffstat (limited to 'extra/lshw/Pkgfile')
-rwxr-xr-x | extra/lshw/Pkgfile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/lshw/Pkgfile b/extra/lshw/Pkgfile index a8ab73995..94a0d3188 100755 --- a/extra/lshw/Pkgfile +++ b/extra/lshw/Pkgfile @@ -6,16 +6,13 @@ # Run on: atk,expat,fontconfig,gtk,pango name=lshw -version=B.02.14 +version=B.02.15 release=1 -source=(http://ezix.org/software/files/$name-$version.tar.gz \ - http://nutyx.meticul.eu/files/patchs/$name/{lshw.png,lshw.svg,abi_stdlib.diff,\ -lshw.desktop,lshw-gcc-4.5.patch}) +source=(http://ezix.org/software/files/$name-$version.tar.gz\ + http://nutyx.meticul.eu/files/patchs/$name/{lshw.png,lshw.svg,lshw.desktop}) build() { cd $name-$version - patch -Np0 -i ../abi_stdlib.diff - patch -Np1 -i ../lshw-gcc-4.5.patch sed -i 's@-g -Wall@-g -Wall -O2 -march=i686 -pipe@g' src/Makefile sed -i 's@-g -Wall@-g -Wall -O2 -march=i686 -pipe@g' src/core/Makefile sed -i 's@-g -Wall@-g -Wall -O2 -march=i686 -pipe@g' src/gui/Makefile |