summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-python-extras/Pkgfile
blob: 392b1aed34cf9cef591c87c11503790c7eb7142d (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 core team
# Packager: fanch
# Depends on: gnome-python, gtkspell
# Run on:

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

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