updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / eoconv / PKGBUILD
blob50471627db1fd65968f7443b056c7affcfb2bc0f
1 # Contributor: Scott Olson <scott@scott-olson.org>
2 pkgname=eoconv
3 pkgver=1.3.1
4 pkgrel=1
5 pkgdesc="Convert text files to and from various Esperanto text encodings, including Unicode, ISO-8859-3, HTML, and various ASCII notations"
6 arch=('i686' 'x86_64')
7 url="http://en.nothingisreal.com/wiki/Eoconv"
8 license=('GPL')
9 depends=('perl')
10 source=(http://files.nothingisreal.com/software/eoconv/$pkgname-$pkgver.tar.bz2)
11 md5sums=('9f954967671c03072164683d3479fb37')
13 build() {
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: