diff options
Diffstat (limited to 'libthai/Pkgfile')
-rw-r--r-- | libthai/Pkgfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libthai/Pkgfile b/libthai/Pkgfile new file mode 100644 index 000000000..959016e6f --- /dev/null +++ b/libthai/Pkgfile @@ -0,0 +1,24 @@ +# 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 +# Run 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 \ + --disable-doxygen-doc + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/man +} + |