diff options
Diffstat (limited to 'extra/gobject-introspection/Pkgfile')
-rw-r--r-- | extra/gobject-introspection/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gobject-introspection/Pkgfile b/extra/gobject-introspection/Pkgfile index 19c85677c..a19183111 100644 --- a/extra/gobject-introspection/Pkgfile +++ b/extra/gobject-introspection/Pkgfile @@ -5,8 +5,7 @@ # Depends on: glib, libffi, python, cairo name=gobject-introspection -version=0.9.12 -#0.6.14 +version=0.6.14 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) @@ -15,5 +14,6 @@ build() { ./configure --prefix=/usr make make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc } |