# Depends on: gtk3 gobject-introspection gnome-common gtk-doc
description="Automatic archives creating and extracting library"
url="https://wiki.gnome.org/TingweiLan/GSoC2013Final"
packager="tnut at nutyx dot org"
name=gnome-autoar
version=0.1.1
release=1
source=(https://download.gnome.org/sources/gnome-autoar/0.1/gnome-autoar-$version.tar.xz)
build() {
  cd $name-$version
  ./configure --prefix=/usr --enable-gtk-doc
  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  make
  make DESTDIR=$PKG install
}
