summaryrefslogtreecommitdiffstats
path: root/extra/gramps/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gramps/Pkgfile')
-rw-r--r--extra/gramps/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/gramps/Pkgfile b/extra/gramps/Pkgfile
deleted file mode 100644
index 108ac6125..000000000
--- a/extra/gramps/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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, alsa-lib
-# Run on: gnome-python-extras,gtkspell,gconf,alsa-lib
-
-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
-}
-
-
-