summaryrefslogtreecommitdiff
path: root/community/lshw/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-09-19 11:59:33 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-09-19 11:59:33 -0500
commite40531aab32ff93b1f9da20d8a43a440d8dffaca (patch)
tree837260c74cb8eef56e640ee52b2e329e13719276 /community/lshw/PKGBUILD
parent6fab33c9210eaa90d0a0179f7e49c339ea88990f (diff)
parent171f25215eee368fe64f1eed02ce49de090f4b0d (diff)
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'community/lshw/PKGBUILD')
-rw-r--r--community/lshw/PKGBUILD18
1 files changed, 7 insertions, 11 deletions
diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD
index 29c2b6d34..fbc59ec44 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' 'mips64el')
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
}