summaryrefslogtreecommitdiffstats
path: root/extra/libgtop/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-20 23:16:58 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-20 23:16:58 +0200
commit752dd83bbbe5cac6a61787e4e97c9b5a259e04c7 (patch)
tree541476ee54eecfd50d39a3f85bba77f02641e558 /extra/libgtop/Pkgfile
parentee39e7398e8b17cb96e7e529e59e3be893d1df74 (diff)
downloadnutyx-extra-752dd83bbbe5cac6a61787e4e97c9b5a259e04c7.tar.gz
nutyx-extra-752dd83bbbe5cac6a61787e4e97c9b5a259e04c7.tar.bz2
nutyx-extra-752dd83bbbe5cac6a61787e4e97c9b5a259e04c7.tar.xz
nutyx-extra-752dd83bbbe5cac6a61787e4e97c9b5a259e04c7.zip
libgtop, maj .footprint
Diffstat (limited to 'extra/libgtop/Pkgfile')
-rw-r--r--extra/libgtop/Pkgfile9
1 files changed, 4 insertions, 5 deletions
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
}