summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xpa/bld.bat3
-rw-r--r--xpa/build.sh5
-rw-r--r--xpa/meta.yaml5
3 files changed, 5 insertions, 8 deletions
diff --git a/xpa/bld.bat b/xpa/bld.bat
deleted file mode 100644
index 60d77ab..0000000
--- a/xpa/bld.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-
-echo Nope
-exit 1 \ No newline at end of file
diff --git a/xpa/build.sh b/xpa/build.sh
index 60e0175..beafd61 100644
--- a/xpa/build.sh
+++ b/xpa/build.sh
@@ -1,7 +1,6 @@
rm -rf python
-./configure --prefix=$PREFIX \
---enable-shared
+./configure --prefix=$PREFIX --enable-shared
make -j${CPU_COUNT}
-make install || exit 1 \ No newline at end of file
+make install
diff --git a/xpa/meta.yaml b/xpa/meta.yaml
index 7b51ce5..3e0b4e7 100644
--- a/xpa/meta.yaml
+++ b/xpa/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'xpa' %}
-{% set version = '2.1.17' %}
-{% set tag = 'v' + version %}
+{% set version = '2.1.18' %}
+{% set tag = 'v'+version %}
{% set number = '0' %}
about:
@@ -25,3 +25,4 @@ test:
- test -x `which xpaset`
- test -x `which xpainfo`
- test -x `which xpaaccess`
+ - test -x `which xpans`