From 5891b5d5fd7c43ceaf8d14e1b3f7b0df3ee56c0e Mon Sep 17 00:00:00 2001
From: sibel <lesibel at free dot fr>
Date: Thu, 8 Jul 2010 12:29:18 +0200
Subject: Ajout de libmythes#1.2.1-1

---
 extra/libmythes/.footprint | 16 ++++++++++++++++
 extra/libmythes/.md5sum    |  1 +
 extra/libmythes/Pkgfile    | 23 +++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 extra/libmythes/.footprint
 create mode 100644 extra/libmythes/.md5sum
 create mode 100644 extra/libmythes/Pkgfile

(limited to 'extra')

diff --git a/extra/libmythes/.footprint b/extra/libmythes/.footprint
new file mode 100644
index 000000000..f4b817793
--- /dev/null
+++ b/extra/libmythes/.footprint
@@ -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/extra/libmythes/.md5sum b/extra/libmythes/.md5sum
new file mode 100644
index 000000000..d665e29ba
--- /dev/null
+++ b/extra/libmythes/.md5sum
@@ -0,0 +1 @@
+54b310488dda6929cf31ae859928c945  mythes-1.2.1.tar.gz
diff --git a/extra/libmythes/Pkgfile b/extra/libmythes/Pkgfile
new file mode 100644
index 000000000..6a79093d1
--- /dev/null
+++ b/extra/libmythes/Pkgfile
@@ -0,0 +1,23 @@
+# 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: dépendance1, dépendance2, dépendance3, ...
+
+
+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
+
+}
+
-- 
cgit v1.2.3-70-g09d2