summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-python-extras/Pkgfile
blob: 52bd84b9c32f2db319a7b82ab856e4df448333b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

name=gnome-python-extras
version=2.25.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-$version.tar.bz2)

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