1 # Contributor: Jaroslav Lichtblau <tu@dragonlord.cz>
6 pkgdesc="Tools for dealing with Czech texts in Perl."
8 url="http://www.fi.muni.cz/~adelton/perl/#cstools"
11 source=(http://www.fi.muni.cz/~adelton/perl/Cstools-$pkgver.tar.gz)
13 md5sums=('ea18f2a24ef5de92483a5e03ed9d2659')
16 cd "${srcdir}/Cstools-$pkgver"
17 install -d ${srcdir}/build
18 cp -rf ${srcdir}/Cstools-$pkgver/* ${srcdir}/build/
21 perl Makefile.PL || return 1
24 make DESTDIR=${pkgdir} install || return 1