summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2016-03-13 19:55:47 +0100
committerBartłomiej Piotrowski2016-03-13 19:55:47 +0100
commit28beafe52d58515af52c8f98e379ad7442edaa36 (patch)
tree2e744be34fa3fd1da6e11733cb398b7be393adac
parent768cda1f375ce216277966e0a613c4190c54834a (diff)
downloadaur-28beafe52d58515af52c8f98e379ad7442edaa36.tar.gz
Don't build and install pkgconfig files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afa571d9cf36..e6e81de69482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncurses5-compat-libs
pkgdesc = System V Release 4.0 curses emulation library, ABI 5
pkgver = 6.0
- pkgrel = 2
+ pkgrel = 3
url = http://invisible-island.net/ncurses/ncurses.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e47cf35dbc4a..e5d9a7f12b58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=ncurses5-compat-libs
_pkgname=ncurses
pkgver=6.0
-pkgrel=2
+pkgrel=3
pkgdesc='System V Release 4.0 curses emulation library, ABI 5'
arch=('i686' 'x86_64')
url='http://invisible-island.net/ncurses/ncurses.html'
@@ -24,9 +24,8 @@ build() {
cd $_pkgname-${pkgver/_/-}
./configure --prefix=/usr --mandir=/usr/share/man \
- --with-pkg-config-libdir=/usr/share --with-shared --with-normal \
- --without-debug --without-ada --enable-widec --enable-pc-files \
- --with-cxx-binding --with-cxx-shared --with-abi-version=5
+ --with-shared --with-normal --without-debug --without-ada --enable-widec \
+ --disable-pc-files --with-cxx-binding --with-cxx-shared --with-abi-version=5
make
}