summaryrefslogtreecommitdiffstats
path: root/gnome-python-extras/Pkgfile
blob: 85581dd2e1cb2ba956b377df588bfe9e4df66e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Interface Python pour les librairies ne faisant pas partie de la platfome de base
# URL: http://ftp.gnome.org
# Maintainer: NuTyX GNOME team
# Packager: fanch
# Depends on: gnome-python, gtkspell
# Run on: gnome-python,gtkspell

name=gnome-python-extras
version=2.25.3
release=2
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
	cd $name-$version
        ./configure --prefix=/usr
        make
        make DESTDIR=$PKG install
}