diff options
author | sibel <lesibel at free dot fr> | 2010-06-13 01:44:00 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-06-13 01:44:00 +0200 |
commit | f1cb625215f333f79a88fa60f5b4e1feced7ea6b (patch) | |
tree | 0e513498eefe7cfd62da4cb6277d3a911b85f11c /extra/libthai | |
parent | 3a0ce3ad56ff71ff5240c492328bb48a051691e5 (diff) | |
download | nutyx-extra-f1cb625215f333f79a88fa60f5b4e1feced7ea6b.tar.gz nutyx-extra-f1cb625215f333f79a88fa60f5b4e1feced7ea6b.tar.bz2 nutyx-extra-f1cb625215f333f79a88fa60f5b4e1feced7ea6b.tar.xz nutyx-extra-f1cb625215f333f79a88fa60f5b4e1feced7ea6b.zip |
libthai, ajout du Pkgfile
Diffstat (limited to 'extra/libthai')
-rw-r--r-- | extra/libthai/Pkgfile | 20 | ||||
-rw-r--r-- | extra/libthai/footprint | 32 |
2 files changed, 52 insertions, 0 deletions
diff --git a/extra/libthai/Pkgfile b/extra/libthai/Pkgfile new file mode 100644 index 000000000..a4435943f --- /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.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 +} diff --git a/extra/libthai/footprint b/extra/libthai/footprint new file mode 100644 index 000000000..2970335ca --- /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.6 +lrwxrwxrwx root/root usr/lib/libthai.so.0 -> libthai.so.0.1.6 +-rwxr-xr-x root/root usr/lib/libthai.so.0.1.6 +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/ |