diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-01 22:20:23 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-01 22:20:23 +0100 |
commit | 6a3282396910bcdae39c5f92c48e2f45b4332aaf (patch) | |
tree | 10f47d0782ed75bcd8747d79e3c52a9fb89a9027 /extra/libthai/Pkgfile | |
parent | 7353ac93be7d379bb3261af255dc5ea0a26fa260 (diff) | |
download | nutyx-extra-6a3282396910bcdae39c5f92c48e2f45b4332aaf.tar.gz nutyx-extra-6a3282396910bcdae39c5f92c48e2f45b4332aaf.tar.bz2 nutyx-extra-6a3282396910bcdae39c5f92c48e2f45b4332aaf.tar.xz nutyx-extra-6a3282396910bcdae39c5f92c48e2f45b4332aaf.zip |
Ajout libthai#0.1.13-1
Diffstat (limited to 'extra/libthai/Pkgfile')
-rwxr-xr-x | extra/libthai/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/libthai/Pkgfile b/extra/libthai/Pkgfile new file mode 100755 index 000000000..66ebad64b --- /dev/null +++ b/extra/libthai/Pkgfile @@ -0,0 +1,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.13 +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 +} |