1 # Maintainer: Yaohan Chen <yaohan.chen@gmail.com>
5 pkgdesc="a simple text printer that uses Unicode internally"
7 url="http://www.pps.jussieu.fr/~jch/software/cedilla/"
10 depends=(clisp texlive-core)
20 source=(http://www.pps.jussieu.fr/~jch/software/files/$pkgname-$pkgver.tar.gz)
22 md5sums=('007948ffdec8ff4202ec5efff364ea22')
25 cd "$srcdir/$pkgname-$pkgver"
31 cd "$srcdir/$pkgname-$pkgver"
33 # the install-cedilla script would not find the man path in fakeroot, so
34 # we need to create the dirs for it
36 mkdir -p $pkgdir/$MANDIR
38 TARGET=$pkgdir ./install-cedilla
39 sed -i -e 's/texmf-tetex/texmf-dist/g' $pkgdir/etc/cedilla-config.lisp
42 # vim:set ts=2 sw=2 et: