1
0
forked from ports/contrib

libmythes: initial commit, version 1.2.4

This commit is contained in:
Tim Biermann 2019-08-11 11:14:03 +02:00
parent ef0e32b407
commit 8d9c90e14e
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 34 additions and 0 deletions

13
libmythes/.footprint Normal file
View File

@ -0,0 +1,13 @@
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/
-rw-r--r-- root/root usr/lib/libmythes-1.2.a
-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

5
libmythes/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ySRorGKBzwtNo0QXisbXooz4YzgBKCiSDTsDN0HB2v/p46GBdK+h9RmDlngshkPsiMQVEGyI1lrPrG0M2p1bwo=
SHA256 (Pkgfile) = 0e20cd811096bafbd4a7760bea2049a7432db07dc925e38a4f48c2735a9dab09
SHA256 (.footprint) = 9b9394aca9355ea2225ce8c150bc72c888300facf4b10c337ab3270024e1ddd7
SHA256 (mythes-1.2.4.tar.gz) = 1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f

16
libmythes/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: a simple thesaurus
# URL: http://hunspell.sourceforge.net/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: hunspell
name=libmythes
version=1.2.4
release=1
source=(https://downloads.sourceforge.net/project/hunspell/MyThes/$version/${name/lib/}-$version.tar.gz)
build() {
cd mythes-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}