summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeFresk2022-07-26 12:22:16 +0200
committerzeFresk2022-07-26 12:22:16 +0200
commit14e6d7a0614a66809bce8e2644d746394968716b (patch)
treea3a93540e456d8ee5b612c35904eab59a8d809e6
parent5d07d14f80fe7586d8d1fc6df368a24e2ceb3289 (diff)
downloadaur-14e6d7a0614a66809bce8e2644d746394968716b.tar.gz
Fix install ?
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab2ad4d1859c..5612a2982a9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = easena-git
pkgdesc = EAsy Specification of Evolutionary and Neural Algorithms is an Artificial Evolution platform developped by the SONIC (Stochastic Optimisation and Nature Inspired Computing) group of the BFO team at Université de Strasbourg.
pkgver = r449.g33c1f75
- pkgrel = 2
+ pkgrel = 3
url = http://easea.unistra.fr
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5222a02a91cb..b8dd8f53f20e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=easena-git
pkgver=r449.g33c1f75
-pkgrel=2
+pkgrel=3
pkgdesc="EAsy Specification of Evolutionary and Neural Algorithms is an Artificial Evolution platform developped by the SONIC (Stochastic Optimisation and Nature Inspired Computing) group of the BFO team at Université de Strasbourg. "
arch=(i686 x86_64)
url="http://easea.unistra.fr"
@@ -34,5 +34,6 @@ build() {
package() {
cd easea
- cmake --install build --prefix "$pkgdir"
+ make DESTDIR="$pkgdir/" install
+ #cmake --install build --prefix "$pkgdir"
}