summaryrefslogtreecommitdiffstats
path: root/extra/libgtop
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgtop')
-rw-r--r--extra/libgtop/.footprint1
-rw-r--r--extra/libgtop/Pkgfile9
2 files changed, 4 insertions, 6 deletions
diff --git a/extra/libgtop/.footprint b/extra/libgtop/.footprint
index 5365f5de4..d36614e3c 100644
--- a/extra/libgtop/.footprint
+++ b/extra/libgtop/.footprint
@@ -53,7 +53,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libgtop-2.0.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
--rw-r--r-- root/root usr/share/info/dir.gz
-rw-r--r-- root/root usr/share/info/libgtop2.info.gz
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/fr/
diff --git a/extra/libgtop/Pkgfile b/extra/libgtop/Pkgfile
index 64757e598..1e2505225 100644
--- a/extra/libgtop/Pkgfile
+++ b/extra/libgtop/Pkgfile
@@ -11,11 +11,10 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2
build() {
cd $name-$version
- ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
- --infodir=$(pkg-config \
- --variable=prefix ORBit-2.0)/share/info
+ ./configure --prefix=/usr \
+ --infodir=/usr/share/info
make
make DESTDIR=$PKG install
- rm -r $PKG/$(pkg-config \
- --variable=prefix ORBit-2.0)/share/gtk-doc
+ rm -r $PKG/usr/share/gtk-doc
+ rm $PKG/usr/share/info/dir
}