# Description: Bibliothèque de manipulation de documents XPS # URL: http://live.gnome.org/libgxps # Maintainer: NutyX core team # Packager: piernov # Depends on: gtk3, libarchive, gobject-introspection # Run on: gtk3,libarchive name=libgxps version=0.2.2 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz libgxps-0.2.0-zlib.patch) build() { cd $name-$version patch -p0 < ../libgxps-0.2.0-zlib.patch ./configure --prefix=/usr \ --enable-introspection=yes make make DESTDIR=$PKG install }