diff options
Diffstat (limited to 'gnome/gnome-netstatus/Pkgfile')
-rwxr-xr-x | gnome/gnome-netstatus/Pkgfile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnome/gnome-netstatus/Pkgfile b/gnome/gnome-netstatus/Pkgfile index ce1d3a792..91e6856b3 100755 --- a/gnome/gnome-netstatus/Pkgfile +++ b/gnome/gnome-netstatus/Pkgfile @@ -1,19 +1,18 @@ -# Description: Provides information about a network interface on your panel -# Maintainer: Matt Housh, jaeger at morpheus dot net +# Description: Fournit les informations de connections réseaux sur le panel +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: gnome-panel -# Group: gnome/desktop name=gnome-netstatus -version=2.26.0 +version=2.28.0 release=1 -gnomever=2.26.3 -source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr \ + ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ - --libexecdir=/usr/lib/$name \ + --libexecdir=$GNOME_PREFIX/lib/$name \ --disable-schemas-install \ --disable-debug make |