summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxantares2015-09-18 08:30:25 +0200
committerxantares2015-09-18 08:30:25 +0200
commit187b60079926467dfc17057d50bd34d7d0529820 (patch)
tree0ca09e7e6358bdc22459f9cfc6a31cb909024087 /PKGBUILD
parent6e32faef4cb3c8ee3ff32ffc067b45b0a1c58c03 (diff)
downloadaur-187b60079926467dfc17057d50bd34d7d0529820.tar.gz
cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6ed429586df..6856374d2d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='CGAL bindings using SWIG '
arch=('i686' 'x86_64')
license=('custom: Boost')
url="https://github.com/xantares/nfc-bindings"
-makedepends=('cmake' 'swig' 'eigen')
+makedepends=('cmake' 'swig' 'eigen' 'python' 'java-runtime')
source=("git+https://github.com/CGAL/cgal-swig-bindings.git")
md5sums=('SKIP')
@@ -22,11 +22,6 @@ build()
cmake \
-DCMAKE_INSTALL_PREFIX=/usr ..
make
-# cd "$srcdir"/nfc-bindings-py2
-# mkdir -p build && pushd build
-# cmake \
-# -DPYTHON_EXECUTABLE=/usr/bin/python2 -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-# -DCMAKE_INSTALL_PREFIX=/usr ..
}
package_python-cgal()
@@ -49,4 +44,4 @@ package_java-cgal()
install -d "$pkgdir"/usr/share/java/
cp -r build-java/CGAL "$pkgdir"/usr/share/java
# make DESTDIR="$pkgdir" install
-} \ No newline at end of file
+}