summaryrefslogtreecommitdiffstats
path: root/libgxps/Pkgfile
blob: 9d0cfc6fd3c71b952dbb6d885d6364d3448ea900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.1.0
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--enable-introspection=yes
	make
	make DESTDIR=$PKG install
}