summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2015-06-25 13:12:44 +0200
committerChristian Krause2015-06-25 13:12:44 +0200
commitf6c78cea1cf7e0abb059dca1c42eccb7918b2611 (patch)
treef7021ea87b299408b4eed0e3ecde2e4e4125f65c
parentd1508be219bd06f261713ab222002c5e39320c9b (diff)
downloadaur-f6c78cea1cf7e0abb059dca1c42eccb7918b2611.tar.gz
license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 290e3b0d0d01..262d3e5e6e67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = phylobayes-mpi
url = http://megasun.bch.umontreal.ca/People/lartillot/www/index.htm
arch = i686
arch = x86_64
- license = custom
+ license = GPL3
depends = openmpi
conflicts = phylobayes
source = http://megasun.bch.umontreal.ca/People/lartillot/www/pb_mpi1.5a.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2f6c72638ba7..d1f2c8be8f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="phylogenetic reconstruction using infinite mixtures"
arch=('i686' 'x86_64')
url="http://megasun.bch.umontreal.ca/People/lartillot/www/index.htm"
-license=('custom')
+license=('GPL3')
conflicts=('phylobayes')
depends=('openmpi')
source=("http://megasun.bch.umontreal.ca/People/lartillot/www/pb_mpi$pkgver.tar.gz")
@@ -22,11 +22,9 @@ build() {
package() {
cd $srcdir/pb_mpi$pkgver/data
- mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/licenses/$pkgname
+ mkdir -p $pkgdir/usr/bin
find -mindepth 1 -maxdepth 1 -type f -printf '%P\n' | while read file ; do
cp $file $pkgdir/usr/bin
done
-
- echo 'unknown' > $pkgdir/usr/share/licenses/$pkgname/LICENSE
}