diff options
author | piernov <piernov@piernov.org> | 2011-08-30 15:07:35 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-30 15:07:35 +0200 |
commit | a6863c99526931d762c5fc08fdb2a621318affea (patch) | |
tree | 1fc7c2a94805febec90583a26bb901a549c604e8 | |
parent | 819bad946a4cc3b40c77174dcce912dd97d267f1 (diff) | |
download | gnome3-a6863c99526931d762c5fc08fdb2a621318affea.tar.gz gnome3-a6863c99526931d762c5fc08fdb2a621318affea.tar.bz2 gnome3-a6863c99526931d762c5fc08fdb2a621318affea.tar.xz gnome3-a6863c99526931d762c5fc08fdb2a621318affea.zip |
libgtop 2.28.4-1 màj port
-rw-r--r-- | libgtop/.md5sum.i686 | 2 | ||||
-rw-r--r-- | libgtop/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | libgtop/Pkgfile | 17 |
3 files changed, 12 insertions, 8 deletions
diff --git a/libgtop/.md5sum.i686 b/libgtop/.md5sum.i686 index 4b318fc..7fe6c2a 100644 --- a/libgtop/.md5sum.i686 +++ b/libgtop/.md5sum.i686 @@ -1 +1 @@ -2d6a3c7c1efffd0854b8d24d1d29d8ef libgtop-2.28.3.tar.bz2 +c8aee3c9bde9033303147e993aa1b932 libgtop-2.28.4.tar.xz diff --git a/libgtop/.md5sum.x86_64 b/libgtop/.md5sum.x86_64 new file mode 100644 index 0000000..7fe6c2a --- /dev/null +++ b/libgtop/.md5sum.x86_64 @@ -0,0 +1 @@ +c8aee3c9bde9033303147e993aa1b932 libgtop-2.28.4.tar.xz diff --git a/libgtop/Pkgfile b/libgtop/Pkgfile index c884569..039980e 100644 --- a/libgtop/Pkgfile +++ b/libgtop/Pkgfile @@ -1,4 +1,4 @@ -# Description: library that fetches information about the running system +# Description: Bibliothèque permettant de récupérer des informations à propos du système lancé # URL: http://www.gnu.org/directory/libs/LibGTop.html # Maintainer: NuTyX GNOME team # Packager: b at juglas dot name @@ -6,20 +6,23 @@ # Run on: glib name=libgtop -version=2.28.3 +version=2.28.4 release=1 -source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --disable-gtk-doc + --infodir=/usr/share/info \ + --disable-gtk-doc \ + --with-libgtop-smp \ + --with-x make make DESTDIR=$PKG install + install -v -m755 -d $PKG/usr/lib/libgtop/examples - install -v -m755 examples/.libs/* \ - $PKG/usr/lib/libgtop/examples + install -v -m755 examples/.libs/* $PKG/usr/lib/libgtop/examples + rm -rf $PKG/usr/share/info/dir rm -rf $PKG/usr/share/gtk-doc } |