blob: 4c5f9aa42dcf438da69536416e4d8ba6f49cf833 (
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/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=$GNOME_PREFIX
make
make DESTDIR=$PKG install
}
|