summaryrefslogtreecommitdiffstats
path: root/extra/gramps/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-16 14:52:04 +0100
committersibel <lesibel@free.fr>2011-03-16 14:52:04 +0100
commit39e976786842e4b441ce4a66058ce0d848462488 (patch)
tree1f432c8ede1186f7edfe6fce6fb1e7184510296d /extra/gramps/Pkgfile
parent177084b9ee3d0728f9d8258cc60b1c95562984c4 (diff)
downloadnutyx-extra-39e976786842e4b441ce4a66058ce0d848462488.tar.gz
nutyx-extra-39e976786842e4b441ce4a66058ce0d848462488.tar.bz2
nutyx-extra-39e976786842e4b441ce4a66058ce0d848462488.tar.xz
nutyx-extra-39e976786842e4b441ce4a66058ce0d848462488.zip
gramps déplacé dans ouvert
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
-}
-
-
-