summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRonny Lorenz2016-03-05 19:14:21 +0100
committerRonny Lorenz2016-03-05 19:14:21 +0100
commit0d754d78d6a1bf6dc2c61b503b54dcfdeae07e39 (patch)
tree043a2bf53f27f36acca759a052c1e07e4bd35a2b /PKGBUILD
parent4abf8c2922c59e1cd8a59825686705921cb33021 (diff)
downloadaur-0d754d78d6a1bf6dc2c61b503b54dcfdeae07e39.tar.gz
Include pkgconfig file for RNAlib2 in viennarna package again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 494d149c55eb..d644e9722fb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=viennarna
pkgname=('viennarna' 'python2-rna' 'perl-rna')
pkgver=2.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="RNA Secondary Structure Prediction and Comparison"
arch=('x86_64' 'i686')
license=('Custom')
@@ -65,6 +65,9 @@ package_viennarna() {
make DESTDIR="${pkgdir}" install
cd ..
+ # install pkg-config file
+ install -Dm644 RNAlib2.pc "$pkgdir/usr/lib/pkgconfig/RNAlib2.pc"
+
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
# cleanup after dirty install ...