summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-02-26 11:24:00 +0100
committersibel <lesibel@free.fr>2011-02-26 11:24:00 +0100
commit386071004a1de23f2ff95ac11ae18e169efabb81 (patch)
tree244b6297a2097e75a10cdbde51cf2244a3d883e0
parent69d97e981a8e664d66e54270039aeb1980ac7e1f (diff)
downloadnutyx-pakxe-386071004a1de23f2ff95ac11ae18e169efabb81.tar.gz
nutyx-pakxe-386071004a1de23f2ff95ac11ae18e169efabb81.tar.bz2
nutyx-pakxe-386071004a1de23f2ff95ac11ae18e169efabb81.tar.xz
nutyx-pakxe-386071004a1de23f2ff95ac11ae18e169efabb81.zip
libmythes, pas de niveau 0, supp de base, existe dans extra
-rw-r--r--base/libmythes/.footprint.i68616
-rw-r--r--base/libmythes/.footprint.x86_6416
-rw-r--r--base/libmythes/.md5sum.i6861
-rw-r--r--base/libmythes/.md5sum.x86_641
-rw-r--r--base/libmythes/Pkgfile22
5 files changed, 0 insertions, 56 deletions
diff --git a/base/libmythes/.footprint.i686 b/base/libmythes/.footprint.i686
deleted file mode 100644
index f4b817793..000000000
--- a/base/libmythes/.footprint.i686
+++ /dev/null
@@ -1,16 +0,0 @@
-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/base/libmythes/.footprint.x86_64 b/base/libmythes/.footprint.x86_64
deleted file mode 100644
index f4b817793..000000000
--- a/base/libmythes/.footprint.x86_64
+++ /dev/null
@@ -1,16 +0,0 @@
-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/base/libmythes/.md5sum.i686 b/base/libmythes/.md5sum.i686
deleted file mode 100644
index d665e29ba..000000000
--- a/base/libmythes/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-54b310488dda6929cf31ae859928c945 mythes-1.2.1.tar.gz
diff --git a/base/libmythes/.md5sum.x86_64 b/base/libmythes/.md5sum.x86_64
deleted file mode 100644
index d665e29ba..000000000
--- a/base/libmythes/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-54b310488dda6929cf31ae859928c945 mythes-1.2.1.tar.gz
diff --git a/base/libmythes/Pkgfile b/base/libmythes/Pkgfile
deleted file mode 100644
index aeb0ce91c..000000000
--- a/base/libmythes/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-
-}
-