From 5891b5d5fd7c43ceaf8d14e1b3f7b0df3ee56c0e Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 8 Jul 2010 12:29:18 +0200 Subject: Ajout de libmythes#1.2.1-1 --- base/libmythes/.footprint | 16 ++++++++++++++++ base/libmythes/.md5sum | 1 + base/libmythes/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 base/libmythes/.footprint create mode 100644 base/libmythes/.md5sum create mode 100644 base/libmythes/Pkgfile (limited to 'base') diff --git a/base/libmythes/.footprint b/base/libmythes/.footprint new file mode 100644 index 000000000..f4b817793 --- /dev/null +++ b/base/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/base/libmythes/.md5sum b/base/libmythes/.md5sum new file mode 100644 index 000000000..d665e29ba --- /dev/null +++ b/base/libmythes/.md5sum @@ -0,0 +1 @@ +54b310488dda6929cf31ae859928c945 mythes-1.2.1.tar.gz diff --git a/base/libmythes/Pkgfile b/base/libmythes/Pkgfile new file mode 100644 index 000000000..aeb0ce91c --- /dev/null +++ b/base/libmythes/Pkgfile @@ -0,0 +1,22 @@ +# 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 + +} + -- cgit v1.2.3-54-g00ecf