diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-11-01 22:49:27 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-11-01 22:49:27 +0100 |
commit | 821499a3ed121bcc07be35dbe6221788c5a973eb (patch) | |
tree | 63d426aa3a025986035a6fdda3431340bd0fb3bd /extra/gobject-introspection/Pkgfile | |
parent | dfd229f15604cf32b701f0fa30b83f6811bc163c (diff) | |
download | nutyx-pakxe-821499a3ed121bcc07be35dbe6221788c5a973eb.tar.gz nutyx-pakxe-821499a3ed121bcc07be35dbe6221788c5a973eb.tar.bz2 nutyx-pakxe-821499a3ed121bcc07be35dbe6221788c5a973eb.tar.xz nutyx-pakxe-821499a3ed121bcc07be35dbe6221788c5a973eb.zip |
gobject-introspection, maj 0.6.14-1
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 } |