diff options
author | sibel <sibel@free.fr> | 2010-03-02 09:50:24 +0100 |
---|---|---|
committer | sibel <sibel@free.fr> | 2010-03-02 09:50:24 +0100 |
commit | e3d10368224ad7a728dd985b25de8696c4d4f8e5 (patch) | |
tree | 11c3a76a91c1e76d3239bac8449cad876ab3bb06 /extra/libthai | |
parent | c44ed8807833504d1eaa51b6fd418d6229cda196 (diff) | |
parent | cdbfaf6048c8e0aef0ed86d2609bed33e9d1c7fe (diff) | |
download | nutyx-extra-e3d10368224ad7a728dd985b25de8696c4d4f8e5.tar.gz nutyx-extra-e3d10368224ad7a728dd985b25de8696c4d4f8e5.tar.bz2 nutyx-extra-e3d10368224ad7a728dd985b25de8696c4d4f8e5.tar.xz nutyx-extra-e3d10368224ad7a728dd985b25de8696c4d4f8e5.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/libthai')
-rw-r--r-- | extra/libthai/.footprint | 32 | ||||
-rw-r--r-- | extra/libthai/.md5sum | 1 | ||||
-rwxr-xr-x | extra/libthai/Pkgfile | 20 |
3 files changed, 53 insertions, 0 deletions
diff --git a/extra/libthai/.footprint b/extra/libthai/.footprint new file mode 100644 index 000000000..d90f974f0 --- /dev/null +++ b/extra/libthai/.footprint @@ -0,0 +1,32 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/thai/ +-rw-r--r-- root/root usr/include/thai/thailib.h +-rw-r--r-- root/root usr/include/thai/thbrk.h +-rw-r--r-- root/root usr/include/thai/thcell.h +-rw-r--r-- root/root usr/include/thai/thcoll.h +-rw-r--r-- root/root usr/include/thai/thctype.h +-rw-r--r-- root/root usr/include/thai/thinp.h +-rw-r--r-- root/root usr/include/thai/thrend.h +-rw-r--r-- root/root usr/include/thai/thstr.h +-rw-r--r-- root/root usr/include/thai/thwbrk.h +-rw-r--r-- root/root usr/include/thai/thwchar.h +-rw-r--r-- root/root usr/include/thai/thwcoll.h +-rw-r--r-- root/root usr/include/thai/thwctype.h +-rw-r--r-- root/root usr/include/thai/thwinp.h +-rw-r--r-- root/root usr/include/thai/thwrend.h +-rw-r--r-- root/root usr/include/thai/thwstr.h +-rw-r--r-- root/root usr/include/thai/tis.h +-rw-r--r-- root/root usr/include/thai/wtt.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libthai.la +lrwxrwxrwx root/root usr/lib/libthai.so -> libthai.so.0.1.5 +lrwxrwxrwx root/root usr/lib/libthai.so.0 -> libthai.so.0.1.5 +-rwxr-xr-x root/root usr/lib/libthai.so.0.1.5 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libthai.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/libthai/ +-rw-r--r-- root/root usr/share/libthai/thbrk.tri +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ diff --git a/extra/libthai/.md5sum b/extra/libthai/.md5sum new file mode 100644 index 000000000..8b6c58fc5 --- /dev/null +++ b/extra/libthai/.md5sum @@ -0,0 +1 @@ +79e6434d7292376d58bed56720ac5d87 libthai-0.1.13.tar.gz 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 +} |