summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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 ...