summaryrefslogtreecommitdiffstats
path: root/base/libmythes/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-07-09 23:07:06 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-07-09 23:07:06 +0400
commitf4217c1e1d25cb963e547e1f40bba587892e9d9d (patch)
tree761fb03d56c1704d6f7ba62d1ed477037526c14c /base/libmythes/Pkgfile
parent6f3f948a30a74d44ada76ca9b5c83e28fcd7146e (diff)
parent3dc66bcb0e1cec9f83584f304137054b47d32561 (diff)
downloadnutyx-pakxe-f4217c1e1d25cb963e547e1f40bba587892e9d9d.tar.gz
nutyx-pakxe-f4217c1e1d25cb963e547e1f40bba587892e9d9d.tar.bz2
nutyx-pakxe-f4217c1e1d25cb963e547e1f40bba587892e9d9d.tar.xz
nutyx-pakxe-f4217c1e1d25cb963e547e1f40bba587892e9d9d.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'base/libmythes/Pkgfile')
-rw-r--r--base/libmythes/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/base/libmythes/Pkgfile b/base/libmythes/Pkgfile
new file mode 100644
index 000000000..aeb0ce91c
--- /dev/null
+++ b/base/libmythes/Pkgfile
@@ -0,0 +1,22 @@
+# Description: a simple thesaurus, contains static library and header file needed to develop applications using mythes + perl script to create index files
+# URL: http://hunspell.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on:
+
+name=libmythes
+version=1.2.1
+release=1
+
+source=(http://downloads.sourceforge.net/project/hunspell/MyThes/$version/mythes-$version.tar.gz)
+
+build() {
+ cd ${name/lib}-$version
+ ./configure --prefix=/usr \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+ install -Dm644 $SRC/${name/lib/}-$version/COPYING $PKG/usr/share/licenses/$name/COPYING
+
+}
+