diff options
author | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-22 21:58:48 +0100 |
---|---|---|
committer | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-22 21:58:48 +0100 |
commit | f10613110350e839c0c29b874f2d4e67d3be31a7 (patch) | |
tree | 04676c710c55d9fb0f40a905346c4d5b57a1aed0 /extra/gramps/Pkgfile | |
parent | 4158c42029fcca47cb339a8b56b92de713dce89a (diff) | |
download | nutyx-extra-f10613110350e839c0c29b874f2d4e67d3be31a7.tar.gz nutyx-extra-f10613110350e839c0c29b874f2d4e67d3be31a7.tar.bz2 nutyx-extra-f10613110350e839c0c29b874f2d4e67d3be31a7.tar.xz nutyx-extra-f10613110350e839c0c29b874f2d4e67d3be31a7.zip |
Ajout de gramps#3.1.2-1
Diffstat (limited to 'extra/gramps/Pkgfile')
-rw-r--r-- | extra/gramps/Pkgfile | 19 |
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 +} + + |