1 # Contributor: Peter Simons <simons@cryp.to>
2 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de
7 pkgdesc="Interactive command line editing facilities."
9 url='http://www.astro.caltech.edu/~mcs/tecla/'
10 license=('custom:X11')
13 source=("${url}$pkgname-$pkgver.tar.gz")
14 md5sums=('1892c8db9fecd38ed686b3ccf72a569b')
18 ./configure --prefix=/usr
23 make prefix="$pkgdir/usr" MANDIR="$pkgdir/usr/share/man" install
24 install -d "$pkgdir/usr/share/licenses/$pkgname"
25 install -m 444 LICENSE.TERMS "$pkgdir/usr/share/licenses/$pkgname"