summaryrefslogtreecommitdiffstats
path: root/libdatrie/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-16 05:44:01 +0200
committertnut <tnut at nutyx dot org>2012-04-16 05:44:01 +0200
commitf43f985607d9ff94c292d2c302c764b6e26acd69 (patch)
tree1603187e4a013f7078aa84d7cb5b90b91d68783e /libdatrie/Pkgfile
parentcf72facd6063d9d8d62aafdf05a7c1a07305b16a (diff)
downloadnutyx-extra-f43f985607d9ff94c292d2c302c764b6e26acd69.tar.gz
nutyx-extra-f43f985607d9ff94c292d2c302c764b6e26acd69.tar.bz2
nutyx-extra-f43f985607d9ff94c292d2c302c764b6e26acd69.tar.xz
nutyx-extra-f43f985607d9ff94c292d2c302c764b6e26acd69.zip
libthai dans pakxe
Diffstat (limited to 'libdatrie/Pkgfile')
-rw-r--r--libdatrie/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/libdatrie/Pkgfile b/libdatrie/Pkgfile
deleted file mode 100644
index 6f7441339..000000000
--- a/libdatrie/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Implementation de double array
-# URL: http://linux.thai.net/~thep/datrie/datrie.html
-# Maintainer: thierryn1 at hispeed dot ch
-
-name=libdatrie
-version=0.2.4
-release=1
-source=( http://linux.thai.net/pub/thailinux/software/libthai/$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
- rm -rf $PKG/usr/share/doc
-}