diff options
author | piernov <piernov@piernov.org> | 2012-04-30 16:59:55 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-04-30 16:59:55 +0200 |
commit | a6677ce10c22fc0e4528b6719503465446de0f8e (patch) | |
tree | eb86c3074888f22741b1cce8f5bafd5df91622b1 /libthai/Pkgfile | |
parent | e4d57c35455498c2c930b9a7269954fab32176ad (diff) | |
download | nutyx-extra-a6677ce10c22fc0e4528b6719503465446de0f8e.tar.gz nutyx-extra-a6677ce10c22fc0e4528b6719503465446de0f8e.tar.bz2 nutyx-extra-a6677ce10c22fc0e4528b6719503465446de0f8e.tar.xz nutyx-extra-a6677ce10c22fc0e4528b6719503465446de0f8e.zip |
Revert "libthai dans pakxe"
This reverts commit f43f985607d9ff94c292d2c302c764b6e26acd69.
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 +} + |