summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD17
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..cff4dd00c62d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Thu Feb 25 10:12:06 UTC 2016
+pkgbase = adxv
+ pkgdesc = Display and analyse X-ray crystallography diffraction images
+ pkgver = 1.9.10
+ pkgrel = 1
+ url = www.scripps.edu/tainer/arvai/adxv.html
+ arch = x86_64
+ license = GPL
+ depends = libxt
+ depends = mesa
+ source = http://www.scripps.edu/tainer/arvai/adxv/adxv_1.9.10/adxv.x86_64Centos5
+ md5sums = b6d3a5390418e7905c305f9c15bf964d
+
+pkgname = adxv
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9dffba6bf332
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Joshua Hardy joshinsilico
+pkgname=adxv
+pkgver=1.9.10
+pkgrel=1
+pkgdesc="Display and analyse X-ray crystallography diffraction images"
+arch=(x86_64)
+url="www.scripps.edu/tainer/arvai/adxv.html"
+license=('GPL')
+depends=('libxt' 'mesa')
+makedepends=('')
+source=("http://www.scripps.edu/tainer/arvai/adxv/adxv_$pkgver/$pkgname.x86_64Centos5")
+
+package() {
+ install -d "${pkgdir}"/usr "${pkgdir}"/usr/bin
+ install -D -m755 "${srcdir}"/$pkgname.x86_64Centos5 "${pkgdir}"/usr/bin/$pkgname
+}
+md5sums=('b6d3a5390418e7905c305f9c15bf964d')