summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2016-02-13 22:11:31 -0500
committerXavierCLL2016-02-13 22:11:31 -0500
commit6a70a23140ebe31c5f25f65f28b247545cb25f8a (patch)
tree4a8323f4df796862ea32447d2966f7caa6482221
parentc028b324895907838bec712a49df17909e177a0c (diff)
downloadaur-6a70a23140ebe31c5f25f65f28b247545cb25f8a.tar.gz
fix package structure in pkgbuild file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b20a8d8ece56..ab4d2b7c2fb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Feb 14 03:10:54 UTC 2016
pkgbase = hpgl
pkgdesc = HPGL stands for 'High Performance Geostatistics Library'. The goal of this project is to provide free-to-use and modify high-perfomance geostatistical algorithms (such as Kriging, CoKriging, Sequential Simulation, etc).
pkgver = 0.9.9
diff --git a/PKGBUILD b/PKGBUILD
index 5e255d2e910b..ce401b0e8d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,10 @@ build() {
cp geo_bsd/*.py ${srcdir}/temp/geo_bsd
cp geo_bsd/*.so ${srcdir}/temp/geo_bsd
cp setup.py ${srcdir}/temp/
+}
+
+package() {
cd ${srcdir}/temp/
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
+
} \ No newline at end of file