summaryrefslogtreecommitdiff
path: root/community/extrema
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/extrema
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/extrema')
-rw-r--r--community/extrema/PKGBUILD37
-rw-r--r--community/extrema/extrema.desktop8
2 files changed, 45 insertions, 0 deletions
diff --git a/community/extrema/PKGBUILD b/community/extrema/PKGBUILD
new file mode 100644
index 000000000..317ea83d4
--- /dev/null
+++ b/community/extrema/PKGBUILD
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Marcelo Avalos Tejeda <marcelo.avalos@gmail.com>
+
+pkgname=extrema
+pkgver=4.4.5
+pkgrel=1
+pkgdesc='Extrema is a powerful visualization and data analysis tool.'
+arch=('i686' 'x86_64')
+url='http://exsitewebware.com/extrema/index.html'
+license=('GPL')
+depends=('wxgtk' 'zlib' 'libxml2' 'libpng')
+source=("http://downloads.sourceforge.net/project/extrema/extrema/extrema-linux%20v${pkgver}/extrema-${pkgver}.tar.gz"
+ 'extrema.desktop')
+md5sums=('8a1e82b34874db2bfa64d9a2956677b1'
+ '0f4d310d230e28436dff20e77aed71bb')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure \
+ --prefix=/usr
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+
+ tar xf extrema_icons.tar.bz2
+ install -D -m644 32x32/apps/extrema.png \
+ ${pkgdir}/usr/share/pixmaps/extrema.png
+
+ install -D -m644 ${srcdir}/extrema.desktop \
+ ${pkgdir}/usr/share/applications/extrema.desktop
+}
diff --git a/community/extrema/extrema.desktop b/community/extrema/extrema.desktop
new file mode 100644
index 000000000..c3bfb9f65
--- /dev/null
+++ b/community/extrema/extrema.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=eXtrema
+Comment=Visualization and Data Analysis Tool
+Exec=extrema
+Icon=extrema.png
+Terminal=0
+Type=Application
+Categories=Science;Math; \ No newline at end of file