diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-06 07:20:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-06 07:46:47 -0300 |
commit | 706f4d5c0dec7ab7578ea47a880a3cb8d0dca717 (patch) | |
tree | 8a07e34f8bb94a2efe205c03dda3f6e06c8163ab /community/hwinfo/APKBUILD | |
parent | 114989a09ede704f8ce47113dc367e4004a8d200 (diff) | |
download | aports-706f4d5c0dec7ab7578ea47a880a3cb8d0dca717.tar.bz2 aports-706f4d5c0dec7ab7578ea47a880a3cb8d0dca717.tar.xz |
community/hwinfo: rebuild against libx86emu.so.2
Diffstat (limited to 'community/hwinfo/APKBUILD')
-rw-r--r-- | community/hwinfo/APKBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/community/hwinfo/APKBUILD b/community/hwinfo/APKBUILD index 6a2ba43a61..ce3376b87b 100644 --- a/community/hwinfo/APKBUILD +++ b/community/hwinfo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=hwinfo pkgver=21.60 -pkgrel=0 +pkgrel=1 pkgdesc="Hardware information tool" url="https://github.com/openSUSE/hwinfo" arch="all" @@ -11,14 +11,11 @@ makedepends="$depends_dev flex perl libx86emu-dev linux-headers" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="$pkgname-$pkgver.tar.gz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz respect-flags.patch" -builddir="$srcdir/$pkgname-$pkgver" options="!check" # no tests provided export HWINFO_VERSION=$pkgver build() { - cd "$builddir" - # Build full and tiny static libraries. make tinystatic make static @@ -30,8 +27,6 @@ build() { } package() { - cd "$builddir" - make install \ LIBDIR=/usr/lib \ DESTDIR="$pkgdir" |