diff options
author | bg <bg@nutyx.(none)> | 2009-11-10 10:51:38 +0100 |
---|---|---|
committer | bg <bg@nutyx.(none)> | 2009-11-10 10:51:38 +0100 |
commit | 2160419a1175870c3f6c678a7dc863bb249f5638 (patch) | |
tree | 9abb489666bf81bdc8e045004b54dae10a45c00b /extra/libgtop/Pkgfile | |
parent | 85d3865857d7a8ec226bac7b862f86dd6d1960cd (diff) | |
parent | 3972e08717d7c6cee26d3967748d98803101e4dd (diff) | |
download | nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.gz nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.bz2 nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.xz nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.zip |
Merge remote branch 'nutyx-2009/master'
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 } |