1 # Contributor: Scott Olson <scott@scott-olson.org>
5 pkgdesc="Convert text files to and from various Esperanto text encodings, including Unicode, ISO-8859-3, HTML, and various ASCII notations"
7 url="http://en.nothingisreal.com/wiki/Eoconv"
10 source=(http://files.nothingisreal.com/software/eoconv/$pkgname-$pkgver.tar.bz2)
11 md5sums=('9f954967671c03072164683d3479fb37')
14 cd "$srcdir/$pkgname-$pkgver"
15 install -d $pkgdir/usr/bin
16 install -d $pkgdir/usr/share/man/man1
17 install -m 0755 eoconv.pl $pkgdir/usr/bin/eoconv || return 1
18 install -m 0644 doc/eoconv.1 $pkgdir/usr/share/man/man1 || return 1
21 # vim:set ts=2 sw=2 et: