summaryrefslogtreecommitdiffstats
path: root/extra/lshw/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-15 22:03:15 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-15 22:03:15 +0100
commita4025bd336a858b78ec68ae549d6cf8c69a9e62c (patch)
tree80469ca490ec66873925ffb908a67ad9722f80ac /extra/lshw/Pkgfile
parent847e73af024b2175fa167f8a5ed8edf552af06a9 (diff)
downloadnutyx-pakxe-a4025bd336a858b78ec68ae549d6cf8c69a9e62c.tar.gz
nutyx-pakxe-a4025bd336a858b78ec68ae549d6cf8c69a9e62c.tar.bz2
nutyx-pakxe-a4025bd336a858b78ec68ae549d6cf8c69a9e62c.tar.xz
nutyx-pakxe-a4025bd336a858b78ec68ae549d6cf8c69a9e62c.zip
lshw, dans ouvert
Diffstat (limited to 'extra/lshw/Pkgfile')
-rwxr-xr-xextra/lshw/Pkgfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/extra/lshw/Pkgfile b/extra/lshw/Pkgfile
deleted file mode 100755
index 94a0d3188..000000000
--- a/extra/lshw/Pkgfile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Description: Liste votre materiel et ses specificites
-# URL: http://ezix.org/project/wiki/HardwareLiSter
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: atk, expat, fontconfig, gtk, pango
-# Run on: atk,expat,fontconfig,gtk,pango
-
-name=lshw
-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,lshw.desktop})
-
-build() {
-cd $name-$version
- 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
- make MANDIR=/usr/share/man
- make MANDIR=/usr/share/man gui
- make DESTDIR=$PKG MANDIR=/usr/share/man install
- make DESTDIR=$PKG MANDIR=/usr/share/man install-gui
- mkdir -p $PKG/usr/share/icons/hicolor/{48x48,scalable}/apps
- install -m644 ../$name.png $PKG/usr/share/icons/hicolor/48x48/apps/
- install -m644 ../$name.svg $PKG/usr/share/icons/hicolor/scalable/apps/
- mkdir -p $PKG/usr/share/applications
- install -m644 ../$name.desktop $PKG/usr/share/applications/
-}
-
-