1 # Contributor: Anton Leontiev <bunder /at/ t-25.ru>
2 # Contributor: Henning Garus <henning.garus@gmail.com>
3 # Contributor: Patrik Hautala <phloyd@iki.fi>
8 pkgdesc="A powerful, 8-bit clean, text editor. Supports ISO-8859-15 and ASCII."
10 url="http://www.gnu.org/software/moe/moe.html"
13 makedepends=("texinfo")
15 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
16 md5sums=("9eb117063772f286107ffc6afdb53914")
19 cd "$srcdir/$pkgname-$pkgver"
20 ./configure --prefix=/usr --sysconfdir=/etc
25 cd "$srcdir/$pkgname-$pkgver"
26 make DESTDIR="$pkgdir" install
27 rm "$pkgdir/usr/share/info/dir"