diff --git a/libmythes/.footprint b/libmythes/.footprint new file mode 100644 index 000000000..ace235b62 --- /dev/null +++ b/libmythes/.footprint @@ -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 diff --git a/libmythes/.signature b/libmythes/.signature new file mode 100644 index 000000000..9c6c35186 --- /dev/null +++ b/libmythes/.signature @@ -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 diff --git a/libmythes/Pkgfile b/libmythes/Pkgfile new file mode 100644 index 000000000..d39455467 --- /dev/null +++ b/libmythes/Pkgfile @@ -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 +}