summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-08 12:29:18 +0200
committersibel <lesibel at free dot fr>2010-07-08 12:29:18 +0200
commit5891b5d5fd7c43ceaf8d14e1b3f7b0df3ee56c0e (patch)
tree4a897caa9ba780a0c2ab2034fac151e95ac645ec /extra
parent524db65fd20c0c8d8449859876e398faf2f79351 (diff)
downloadnutyx-pakxe-5891b5d5fd7c43ceaf8d14e1b3f7b0df3ee56c0e.tar.gz
nutyx-pakxe-5891b5d5fd7c43ceaf8d14e1b3f7b0df3ee56c0e.tar.bz2
nutyx-pakxe-5891b5d5fd7c43ceaf8d14e1b3f7b0df3ee56c0e.tar.xz
nutyx-pakxe-5891b5d5fd7c43ceaf8d14e1b3f7b0df3ee56c0e.zip
Ajout de libmythes#1.2.1-1
Diffstat (limited to 'extra')
-rw-r--r--extra/libmythes/.footprint16
-rw-r--r--extra/libmythes/.md5sum1
-rw-r--r--extra/libmythes/Pkgfile23
3 files changed, 40 insertions, 0 deletions
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
+
+}
+