summaryrefslogtreecommitdiffstats
path: root/fribidi/Pkgfile
blob: 4cec5c6b745d519a031e30cdbcb4024c8790befe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Implémentation du Unicode Bidirectional Aglorithm (bidi)
# URL: http://fribidi.freedesktop.org/wiki/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libexif
# Run on: libexif

name=fribidi
version=0.19.2
release=1
source=( http://fribidi.org/download/$name-$version.tar.gz\
	)
build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info 
	make
	make DESTDIR=$PKG install
}