diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2013-09-28 08:25:47 +0900 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2013-09-28 08:25:47 +0900 |
commit | 89f49900499bbccec40ecd170da8f2b7a0fda5ed (patch) | |
tree | 9aa09d5d0e27ba3c1b371981becee11d3eb6ed14 /hunspell | |
parent | c798c675d8cfe2648dbb126d7e6c6643f4c7f0d0 (diff) | |
download | opt-89f49900499bbccec40ecd170da8f2b7a0fda5ed.tar.gz opt-89f49900499bbccec40ecd170da8f2b7a0fda5ed.tar.xz |
hunspell: Moved from kde4 to opt
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/.footprint | 51 | ||||
-rw-r--r-- | hunspell/.md5sum | 1 | ||||
-rw-r--r-- | hunspell/Pkgfile | 23 |
3 files changed, 75 insertions, 0 deletions
diff --git a/hunspell/.footprint b/hunspell/.footprint new file mode 100644 index 000000000..a0efee194 --- /dev/null +++ b/hunspell/.footprint @@ -0,0 +1,51 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/affixcompress +-rwxr-xr-x root/root usr/bin/analyze +-rwxr-xr-x root/root usr/bin/chmorph +-rwxr-xr-x root/root usr/bin/hunspell +-rwxr-xr-x root/root usr/bin/hunzip +-rwxr-xr-x root/root usr/bin/hzip +-rwxr-xr-x root/root usr/bin/ispellaff2myspell +-rwxr-xr-x root/root usr/bin/makealias +-rwxr-xr-x root/root usr/bin/munch +-rwxr-xr-x root/root usr/bin/unmunch +-rwxr-xr-x root/root usr/bin/wordforms +-rwxr-xr-x root/root usr/bin/wordlist2hunspell +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/hunspell/ +-rw-r--r-- root/root usr/include/hunspell/affentry.hxx +-rw-r--r-- root/root usr/include/hunspell/affixmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/atypes.hxx +-rw-r--r-- root/root usr/include/hunspell/baseaffix.hxx +-rw-r--r-- root/root usr/include/hunspell/csutil.hxx +-rw-r--r-- root/root usr/include/hunspell/dictmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/filemgr.hxx +-rw-r--r-- root/root usr/include/hunspell/hashmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/htypes.hxx +-rw-r--r-- root/root usr/include/hunspell/hunspell.h +-rw-r--r-- root/root usr/include/hunspell/hunspell.hxx +-rw-r--r-- root/root usr/include/hunspell/hunvisapi.h +-rw-r--r-- root/root usr/include/hunspell/hunzip.hxx +-rw-r--r-- root/root usr/include/hunspell/langnum.hxx +-rw-r--r-- root/root usr/include/hunspell/phonet.hxx +-rw-r--r-- root/root usr/include/hunspell/replist.hxx +-rw-r--r-- root/root usr/include/hunspell/suggestmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/w_char.hxx +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libhunspell-1.3.la +lrwxrwxrwx root/root usr/lib/libhunspell-1.3.so -> libhunspell-1.3.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libhunspell-1.3.so.0 -> libhunspell-1.3.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libhunspell-1.3.so.0.0.0 +-rw-r--r-- root/root usr/lib/libparsers.a +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/hunspell.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/hunspell.1.gz +-rw-r--r-- root/root usr/man/man1/hunzip.1.gz +-rw-r--r-- root/root usr/man/man1/hzip.1.gz +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/hunspell.3.gz +drwxr-xr-x root/root usr/man/man4/ +-rw-r--r-- root/root usr/man/man4/hunspell.4.gz diff --git a/hunspell/.md5sum b/hunspell/.md5sum new file mode 100644 index 000000000..d33cfc908 --- /dev/null +++ b/hunspell/.md5sum @@ -0,0 +1 @@ +3121aaf3e13e5d88dfff13fb4a5f1ab8 hunspell-1.3.2.tar.gz diff --git a/hunspell/Pkgfile b/hunspell/Pkgfile new file mode 100644 index 000000000..926aab4be --- /dev/null +++ b/hunspell/Pkgfile @@ -0,0 +1,23 @@ +# Description: Advanced spell checker +# URL: http://hunspell.sourceforge.net/ +# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve +# Depends on: + +name=hunspell +version=1.3.2 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure \ + --prefix=/usr \ + --disable-nls \ + --disable-static + make + make prefix=$PKG/usr install + + rm -rf $PKG/usr/share/man/hu + mv $PKG/usr/share/man $PKG/usr/man + rmdir $PKG/usr/share +} |