summaryrefslogtreecommitdiffstats
path: root/gcalctool/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gcalctool/Pkgfile')
-rw-r--r--gcalctool/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/gcalctool/Pkgfile b/gcalctool/Pkgfile
new file mode 100644
index 0000000..ed01c31
--- /dev/null
+++ b/gcalctool/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Puissant outil graphique de calculation finance, logique et scientifique.
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX GNOME team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libgnomeui
+# Run on: libgnomeui
+
+name=gcalctool
+version=6.1.3
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/var
+}
+