summaryrefslogtreecommitdiffstats
path: root/libmythes
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /libmythes
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'libmythes')
-rw-r--r--libmythes/.footprint.i68616
-rw-r--r--libmythes/.footprint.x86_6416
-rw-r--r--libmythes/.md5sum.i6861
-rw-r--r--libmythes/.md5sum.x86_641
-rw-r--r--libmythes/Pkgfile24
5 files changed, 58 insertions, 0 deletions
diff --git a/libmythes/.footprint.i686 b/libmythes/.footprint.i686
new file mode 100644
index 000000000..f4b817793
--- /dev/null
+++ b/libmythes/.footprint.i686
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/th_gen_idx.pl
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/mythes.hxx
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libmythes-1.2.la
+lrwxrwxrwx root/root usr/lib/libmythes-1.2.so -> libmythes-1.2.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libmythes-1.2.so.0 -> libmythes-1.2.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libmythes-1.2.so.0.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/mythes.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/licenses/
+drwxr-xr-x root/root usr/share/licenses/libmythes/
+-rw-r--r-- root/root usr/share/licenses/libmythes/COPYING
diff --git a/libmythes/.footprint.x86_64 b/libmythes/.footprint.x86_64
new file mode 100644
index 000000000..f4b817793
--- /dev/null
+++ b/libmythes/.footprint.x86_64
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/th_gen_idx.pl
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/mythes.hxx
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libmythes-1.2.la
+lrwxrwxrwx root/root usr/lib/libmythes-1.2.so -> libmythes-1.2.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libmythes-1.2.so.0 -> libmythes-1.2.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libmythes-1.2.so.0.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/mythes.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/licenses/
+drwxr-xr-x root/root usr/share/licenses/libmythes/
+-rw-r--r-- root/root usr/share/licenses/libmythes/COPYING
diff --git a/libmythes/.md5sum.i686 b/libmythes/.md5sum.i686
new file mode 100644
index 000000000..d665e29ba
--- /dev/null
+++ b/libmythes/.md5sum.i686
@@ -0,0 +1 @@
+54b310488dda6929cf31ae859928c945 mythes-1.2.1.tar.gz
diff --git a/libmythes/.md5sum.x86_64 b/libmythes/.md5sum.x86_64
new file mode 100644
index 000000000..d665e29ba
--- /dev/null
+++ b/libmythes/.md5sum.x86_64
@@ -0,0 +1 @@
+54b310488dda6929cf31ae859928c945 mythes-1.2.1.tar.gz
diff --git a/libmythes/Pkgfile b/libmythes/Pkgfile
new file mode 100644
index 000000000..e86c077c1
--- /dev/null
+++ b/libmythes/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Un thesaurus simple, contient les libs statiques et entetes nécessaires à mythes + scripts perl pour créer des index
+# URL: http://hunspell.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: hunspell
+# Run on: hunspell
+
+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
+
+}
+
+