summaryrefslogtreecommitdiffstats
path: root/base/libdatrie/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-01 22:20:05 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-01 22:20:05 +0100
commit7353ac93be7d379bb3261af255dc5ea0a26fa260 (patch)
tree7c9452a6a853e62912cf35a73580bce2f2df2d24 /base/libdatrie/Pkgfile
parent77748e4792b22a2d51a08f5e63af15f596316780 (diff)
downloadnutyx-extra-7353ac93be7d379bb3261af255dc5ea0a26fa260.tar.gz
nutyx-extra-7353ac93be7d379bb3261af255dc5ea0a26fa260.tar.bz2
nutyx-extra-7353ac93be7d379bb3261af255dc5ea0a26fa260.tar.xz
nutyx-extra-7353ac93be7d379bb3261af255dc5ea0a26fa260.zip
Ajout libdatrie#0.2.2-1
Diffstat (limited to 'base/libdatrie/Pkgfile')
-rw-r--r--base/libdatrie/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/libdatrie/Pkgfile b/base/libdatrie/Pkgfile
new file mode 100644
index 000000000..7abf437a8
--- /dev/null
+++ b/base/libdatrie/Pkgfile
@@ -0,0 +1,20 @@
+# 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.2
+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
+}