From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- libmythes/.footprint.i686 | 16 ++++++++++++++++ libmythes/.footprint.x86_64 | 16 ++++++++++++++++ libmythes/.md5sum.i686 | 1 + libmythes/.md5sum.x86_64 | 1 + libmythes/Pkgfile | 24 ++++++++++++++++++++++++ 5 files changed, 58 insertions(+) create mode 100644 libmythes/.footprint.i686 create mode 100644 libmythes/.footprint.x86_64 create mode 100644 libmythes/.md5sum.i686 create mode 100644 libmythes/.md5sum.x86_64 create mode 100644 libmythes/Pkgfile (limited to 'libmythes') 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 + +} + + -- cgit v1.2.3-54-g00ecf