diff options
author | piernov <piernov@piernov.org> | 2011-08-30 13:32:08 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-30 13:32:08 +0200 |
commit | 4881fb07d49681b6ac0b3e8838b2497d93af16c5 (patch) | |
tree | 906ece77495418c6f8892b6539540e7cc7724abc /gnome-system-monitor/Pkgfile | |
parent | 2a7bb7b7f3bc86aea778baa06b6a4e6c628c97d7 (diff) | |
download | gnome3-4881fb07d49681b6ac0b3e8838b2497d93af16c5.tar.gz gnome3-4881fb07d49681b6ac0b3e8838b2497d93af16c5.tar.bz2 gnome3-4881fb07d49681b6ac0b3e8838b2497d93af16c5.tar.xz gnome3-4881fb07d49681b6ac0b3e8838b2497d93af16c5.zip |
gnome-system-monitor 3.1.90-1 màj port
Diffstat (limited to 'gnome-system-monitor/Pkgfile')
-rwxr-xr-x | gnome-system-monitor/Pkgfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnome-system-monitor/Pkgfile b/gnome-system-monitor/Pkgfile index e99b58c..2b96d5a 100755 --- a/gnome-system-monitor/Pkgfile +++ b/gnome-system-monitor/Pkgfile @@ -1,5 +1,5 @@ -# Description: Procman is a nicer, simpler, easier to use replacement to gtop -# URL: http://www.personal.psu.edu/users/k/f/kfv101/procman/ +# Description: Moniteur système pour Gnome +# URL: http://library.gnome.org/users/gnome-system-monitor/3.1/gnome-system-monitor.html # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch # Depends on: libgnomeui, libgtop, libwnck3, gtkmm3, glibmm, librsvg, gnome-icon-theme @@ -7,14 +7,16 @@ name=gnome-system-monitor -version=3.1.3 +version=3.1.90 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) + build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ - --disable-schemas-install + --disable-scrollkeeper \ + --disable-schemas-compile make make DESTDIR=$PKG install } |