summaryrefslogtreecommitdiffstats
path: root/extra/libthai/Pkgfile
blob: a4435943f5447878084e19ff1eee837489e7a75b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Support pour la langue thai
# URL: http://linux.thai.net/projects/libthai
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libdatrie

name=libthai
version=0.1.14
release=1
source=( http://linux.thai.net/pub/thailinux/software/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--disable-static
	make
	make DESTDIR=$PKG install
}