diff options
author | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
commit | 859f538490d5f7a35356c8813cf5757b175eea98 (patch) | |
tree | f3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/lshw | |
parent | 70b4878648fd376433739bd5c835503f6301a5b2 (diff) |
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/lshw')
-rw-r--r-- | community/lshw/PKGBUILD | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD index 723026e3b..4864ffd72 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 29087 2010-10-10 07:47:30Z spupykin $ +# $Id: PKGBUILD 58989 2011-11-20 19:39:08Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com> # Contributor: Chuck Yang <Chuck.Yang@gmail.com> @@ -12,19 +12,15 @@ license=('GPL') arch=('i686' 'x86_64') depends=('gcc-libs') optdepends=('gtk2') -makedepends=('gcc') -source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz - abi_stdlib.diff) -md5sums=('970bd9eb05fa3ae139a24a417465c54c' - '7adcdd7a2be2feba956a9832cf36abdf') +makedepends=('gcc' 'gtk2' 'sqlite3') +source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz) +md5sums=('970bd9eb05fa3ae139a24a417465c54c') build() { cd $srcdir/$pkgname-$pkgver -# patch -Np1 -i ../abi_stdlib.diff || return 1 - - make || return 1 - make gui || return 1 - make DESTDIR=$pkgdir/ install || return 1 + make + make gui + make DESTDIR=$pkgdir/ install make DESTDIR=$pkgdir/ install-gui } |