1 # Contributor: L0cutus <stefano.zamprogno@gmail.com>
5 pkgdesc="Lshw is a small tool to provide detailed information on the hardware configuration of the machine. (svn version)"
6 url="http://ezix.org/project/wiki/HardwareLiSter"
12 makedepends=('subversion')
17 _svntrunk=http://dev.ezix.org/source/packages/lshw/development
21 # Be sure to have a ~/.subversion. If it doesn't exist, touch it.
24 svn co $_svntrunk $_svnmod
26 msg "SVN checkout done or server timeout"
27 msg "Starting make..."
29 cp -a $_svnmod ${_svnmod}-build
33 make DESTDIR=$startdir/pkg install
37 #make DESTDIR=$startdir/pkg install-gui
39 rm -rf $startdir/src/${_svnmod}-build