summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Minges2018-01-05 01:29:43 +0100
committerAlexander Minges2018-01-05 01:29:43 +0100
commit30d4b4d271cec043b1dd47664ffe937717e75e37 (patch)
tree27e8ce59c90c23e2cbb0337237fe932a786cbe3a
parentff731414cb44c3014c747414eeb18719e9d65f79 (diff)
downloadaur-30d4b4d271cec043b1dd47664ffe937717e75e37.tar.gz
add scripts to /usr/bin
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4acaac656169..f167ac660832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 5 00:08:52 UTC 2018
+# Fri Jan 5 00:29:10 UTC 2018
pkgbase = bowtie
pkgdesc = Bowtie is an alignment tool for short nucleotide sequences against long templates
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://bowtie-bio.sf.net
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 55be30cf451a..aaed9211bd76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: sauliusl
pkgname=bowtie
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Bowtie is an alignment tool for short nucleotide sequences against long templates"
url="http://bowtie-bio.sf.net"
arch=('x86_64' 'i686')
@@ -23,6 +23,8 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}_p1"
make prefix=/usr DESTDIR="${pkgdir}" install
install -d ${pkgdir}/usr/share/doc/${pkgname}
+ install -Dm755 scripts/*.pl "${pkgdir}/usr/bin"
+ install -Dm755 scripts/*.sh "${pkgdir}/usr/bin"
find doc -type f -exec install -Dm644 "{}" "${pkgdir}/usr/share/doc/${pkgname}" \;
install -Dm644 TUTORIAL "${pkgdir}/usr/share/doc/$pkgname/TUTORIAL"
install -Dm644 MANUAL "$pkgdir/usr/share/doc/$pkgname/MANUAL"