diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-09 23:20:01 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-09 23:20:01 +0100 |
commit | dd753fd99c64c2483d06db14d12301b4ad78af91 (patch) | |
tree | fd86abced25416201bd5843c31d3ddc8b001d9c0 /extra/libgtop/Pkgfile | |
parent | 08431e1e59335115dbe551f7a7c04aaca3c936b7 (diff) | |
download | nutyx-pakxe-dd753fd99c64c2483d06db14d12301b4ad78af91.tar.gz nutyx-pakxe-dd753fd99c64c2483d06db14d12301b4ad78af91.tar.bz2 nutyx-pakxe-dd753fd99c64c2483d06db14d12301b4ad78af91.tar.xz nutyx-pakxe-dd753fd99c64c2483d06db14d12301b4ad78af91.zip |
maj libgtop#2.28.0-1
Diffstat (limited to 'extra/libgtop/Pkgfile')
-rw-r--r-- | extra/libgtop/Pkgfile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/libgtop/Pkgfile b/extra/libgtop/Pkgfile index 3f34ce0eb..9047079e4 100644 --- a/extra/libgtop/Pkgfile +++ b/extra/libgtop/Pkgfile @@ -5,10 +5,9 @@ # Group: gnome/desktop name=libgtop -version=2.26.1 +version=2.28.0 release=1 -gnomever=2.26.3 -source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version @@ -16,8 +15,10 @@ build() { --infodir=$GNOME_PREFIX/share/info make make DESTDIR=$PKG install - install -v -m755 -d $GNOME_PREFIX/lib/libgtop/examples - install -v -m755 examples/.libs/* $GNOME_PREFIX/lib/libgtop/examples - rm $PKG/usr/share/info/dir + install -v -m755 -d $PKG/$GNOME_PREFIX/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 } |