summaryrefslogtreecommitdiffstats
path: root/extra/libthai/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-10 20:31:14 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-10 20:31:14 +0200
commit4701e6ac78ace4d3aaeb8792bad2de695d835c3c (patch)
tree68afd99ee49afa18f5c706d23af598f7f7084e73 /extra/libthai/Pkgfile
parentcae988c096bcdda53735afa0f9880c2e02957673 (diff)
parent282de97ecc3629bcd7b44148cb36e20ecf211353 (diff)
downloadnutyx-extra-4701e6ac78ace4d3aaeb8792bad2de695d835c3c.tar.gz
nutyx-extra-4701e6ac78ace4d3aaeb8792bad2de695d835c3c.tar.bz2
nutyx-extra-4701e6ac78ace4d3aaeb8792bad2de695d835c3c.tar.xz
nutyx-extra-4701e6ac78ace4d3aaeb8792bad2de695d835c3c.zip
Merge commit 'lesibel/master'
Diffstat (limited to 'extra/libthai/Pkgfile')
-rwxr-xr-xextra/libthai/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/libthai/Pkgfile b/extra/libthai/Pkgfile
deleted file mode 100755
index a4435943f..000000000
--- a/extra/libthai/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}