summaryrefslogtreecommitdiffstats
path: root/libgxps/Pkgfile
blob: 7f397913be95ae09afe73d9eb5daffc790301e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Bibliothèque de manipulation de documents XPS
# URL: http://live.gnome.org/libgxps
# Maintainer: NutyX core team
# Packager: piernov <piernov@piernov.org>
# 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
}