diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-20 23:16:58 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-20 23:16:58 +0200 |
commit | 752dd83bbbe5cac6a61787e4e97c9b5a259e04c7 (patch) | |
tree | 541476ee54eecfd50d39a3f85bba77f02641e558 /extra/libgtop | |
parent | ee39e7398e8b17cb96e7e529e59e3be893d1df74 (diff) | |
download | nutyx-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')
-rw-r--r-- | extra/libgtop/.footprint | 1 | ||||
-rw-r--r-- | extra/libgtop/Pkgfile | 9 |
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 } |