summaryrefslogtreecommitdiffstats
path: root/extra/gramps/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-22 22:58:47 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-22 22:58:47 +0100
commit579ef54c9f22aba2e0efabb059386ef460419237 (patch)
treeef20f1a180f7d8ec398c2200475ed3574cb61429 /extra/gramps/Pkgfile
parent4821c5cb3fbd94cfce1cf22d6704ac8337a68347 (diff)
parent1766ee80f3e3722fa1bf5a9c967f754f47d116a2 (diff)
downloadnutyx-pakxe-579ef54c9f22aba2e0efabb059386ef460419237.tar.gz
nutyx-pakxe-579ef54c9f22aba2e0efabb059386ef460419237.tar.bz2
nutyx-pakxe-579ef54c9f22aba2e0efabb059386ef460419237.tar.xz
nutyx-pakxe-579ef54c9f22aba2e0efabb059386ef460419237.zip
Merge commit 'fanch/master'
Diffstat (limited to 'extra/gramps/Pkgfile')
-rw-r--r--extra/gramps/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/gramps/Pkgfile b/extra/gramps/Pkgfile
new file mode 100644
index 000000000..8fcbbe3ab
--- /dev/null
+++ b/extra/gramps/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Un programme de généalogie sous linux
+# URL: http://gramps-project.org
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on:gnome-python-extras,gtkspell,gconf
+
+name=gramps
+version=3.1.2
+release=1
+source=(http://downloads.sourceforge.net/gramps/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+