1 # Maintainer: Taras Shpot <mrshpot at gmail dot com>
7 pkgdesc="Partial application library for Common Lisp"
9 url="http://code.google.com/p/cl-op/"
12 depends=('common-lisp' 'cl-asdf')
15 source=('http://cl-op.googlecode.com/files/cl-op-0.7.0.tar.gz')
16 md5sums=('0e03ae1c076ef26c5af73b8fbe560dbf')
19 install -d ${pkgdir}/usr/share/common-lisp/source/${_clname}
20 install -d ${pkgdir}/usr/share/common-lisp/systems
22 cd ${srcdir}/${_clname}-${pkgver}
24 install -m 644 -t ${pkgdir}/usr/share/common-lisp/source/${_clname} \
25 ${srcdir}/${_clname}-${pkgver}/*.lisp
26 install -m 644 -t ${pkgdir}/usr/share/common-lisp/source/${_clname} \
27 ${srcdir}/${_clname}-${pkgver}/${_clname}.asd
29 cd ${pkgdir}/usr/share/common-lisp/systems
30 ln -s ../source/${_clname}/${_clname}.asd .