summaryrefslogtreecommitdiff
path: root/ifeffit/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-04-26 09:38:55 +0200
committerErich Eckner <git@eckner.net>2016-04-26 10:59:55 +0200
commit1613f17565503303f797ee50d701284745756cb9 (patch)
tree0e5ff26b63d5eb4fe96690e5683ace7a3cf70e25 /ifeffit/PKGBUILD
parent901af00e2f5abe122657dd7c60829061bcc62544 (diff)
downloadarchlinuxewe.git.save-1613f17565503303f797ee50d701284745756cb9.tar.xz
ifeffit installiert nun korrekt(er)
Diffstat (limited to 'ifeffit/PKGBUILD')
-rw-r--r--ifeffit/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/ifeffit/PKGBUILD b/ifeffit/PKGBUILD
index 0dfaf80f..351765ca 100644
--- a/ifeffit/PKGBUILD
+++ b/ifeffit/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='ifeffit'
pkgver='1.2.13'
-pkgrel='1'
+pkgrel='2'
pkgdesc="a suite of interactive programs for XAFS analysis"
arch=('x86_64' 'i686')
license=('GPL')
options=('!emptydirs')
-depends=('pgplot')
+depends=('pgplot-for-ifeffit')
makedepends=('libx11' 'ncurses' 'libpng' 'wxgtk' 'gcc-fortran' 'xorg-server-devel')
url='http://cars.uchicago.edu/ifeffit/Ifeffit'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/newville/ifeffit/archive/${pkgver}.tar.gz")
@@ -16,8 +16,11 @@ sha512sums=('c903228f4f20f161722e57d34631ceee785293604afd15647ef4a5c456207e8bd34
prepare() {
cd ${pkgname}-${pkgver}
./configure \
- --prefix="${pkgdir}/usr" \
- --with-pgplot-link='-L/usr/lib/libpgplot -lpgplot -lpng -lz -lX11'
+ --prefix=/usr \
+ --with-arraysize=huge
+# --with-pgplot=/usr/lib
+# --with-pgplot-link='-L/usr/lib/libpgplott -lpgplot -lpng -lz -lX11'
+# --with-pgplot=/usr/share/ifeffit/pgplot
}
build() {
@@ -27,7 +30,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make distdir="${pkgdir}" install
+ make install DESTDIR="${pkgdir}"
}
# Local Variables: