diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-12 21:46:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-12 21:46:07 +0100 |
commit | 8c801076d498661b3ea6f7986ec1614fba518dfe (patch) | |
tree | 8de9c47c3a2d105cedb66398b0ccfb7e4956d040 /extra/pangomm/Pkgfile | |
parent | 9d1a90ae5b0498a4d5c165188b0454529d58d8bd (diff) | |
download | nutyx-pakxe-8c801076d498661b3ea6f7986ec1614fba518dfe.tar.gz nutyx-pakxe-8c801076d498661b3ea6f7986ec1614fba518dfe.tar.bz2 nutyx-pakxe-8c801076d498661b3ea6f7986ec1614fba518dfe.tar.xz nutyx-pakxe-8c801076d498661b3ea6f7986ec1614fba518dfe.zip |
maj pangomm#2.26.0-1
Diffstat (limited to 'extra/pangomm/Pkgfile')
-rw-r--r-- | extra/pangomm/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/pangomm/Pkgfile b/extra/pangomm/Pkgfile index 6e82c4118..34a58a474 100644 --- a/extra/pangomm/Pkgfile +++ b/extra/pangomm/Pkgfile @@ -5,14 +5,13 @@ # Depends on: pango name=pangomm -version=2.24.0 +version=2.26.0 release=1 -source=(http://ftp.acc.umu.se/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -r $PKG/usr/share/doc } |