summaryrefslogtreecommitdiffstats
path: root/extra/libgtop
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 13:26:34 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 13:26:34 +0100
commit949eb41025bb7e11c76ef4506a98c464bfcf971e (patch)
tree167d31303d34b971ee1deffe56bd4f67bdd9adff /extra/libgtop
parentfe8558321b69ec19a676dc2bf4b71ccf92f759cb (diff)
downloadnutyx-extra-949eb41025bb7e11c76ef4506a98c464bfcf971e.tar.gz
nutyx-extra-949eb41025bb7e11c76ef4506a98c464bfcf971e.tar.bz2
nutyx-extra-949eb41025bb7e11c76ef4506a98c464bfcf971e.tar.xz
nutyx-extra-949eb41025bb7e11c76ef4506a98c464bfcf971e.zip
libgtop, maj des dépendances et adaptation du port
Diffstat (limited to 'extra/libgtop')
-rw-r--r--extra/libgtop/Pkgfile16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/libgtop/Pkgfile b/extra/libgtop/Pkgfile
index eb41d9fe2..50a6091dc 100644
--- a/extra/libgtop/Pkgfile
+++ b/extra/libgtop/Pkgfile
@@ -2,8 +2,8 @@
# URL: http://www.gnu.org/directory/libs/LibGTop.html
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Packager: thierryn1 at hispeed dot ch
-# Depends on: glib, xorg
-# Run on: glib
+# Depends on: intltool
+# Run on:
name=libgtop
version=2.28.1
@@ -12,15 +12,15 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versio
build() {
cd $name-$version
- ./configure --prefix=$GNOME_PREFIX \
- --infodir=$GNOME_PREFIX/share/info
+ ./configure --prefix=/usr \
+ --infodir=/usr/share/info
make
make DESTDIR=$PKG install
- install -v -m755 -d $PKG/$GNOME_PREFIX/lib/libgtop/examples
+ install -v -m755 -d $PKG/usr/lib/libgtop/examples
install -v -m755 examples/.libs/* \
- $PKG/$GNOME_PREFIX/lib/libgtop/examples
- rm $PKG/$GNOME_PREFIX/share/info/dir
- rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
+ $PKG/usr/lib/libgtop/examples
+ rm $PKG/usr/share/info/dir
+ rm -r $PKG/usr/share/gtk-doc
}