summaryrefslogtreecommitdiffstats
path: root/libxmi/Pkgfile
blob: b6b8db8089f1ae74c5a6029801a326c92209d681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: library for rasterizing 2-D vector graphics
# URL: http://www.gnu.org/software/libxmi/libxmi.html
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr

name=libxmi
version=1.2
release=1
source=( http://mirrors.usc.edu/pub/gnu/$name/$name-$version.tar.gz \
	http://nutyx.meticul.eu/files/patchs/$name/libxmi-1.2-config-1.patch)

build() {
	cd $name-$version
	patch -Np1 -i ../libxmi-1.2-config-1.patch
	./configure --prefix=/usr --infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}