From 46967a991f4076092882292581b5f30e7b15269d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 5 Jun 2013 01:21:47 +0200 Subject: Add cl-iterate 1.4.3 --- cl-iterate/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 cl-iterate/PKGBUILD (limited to 'cl-iterate/PKGBUILD') diff --git a/cl-iterate/PKGBUILD b/cl-iterate/PKGBUILD new file mode 100644 index 0000000..c57ca67 --- /dev/null +++ b/cl-iterate/PKGBUILD @@ -0,0 +1,28 @@ +# + +_name=iterate +pkgname=cl-$_name +pkgver=1.4.3 +pkgrel=1 +pkgdesc="iterate is an iteration construct for Common Lisp." +arch=('i686' 'x86_64') +url="http://common-lisp.net/project/iterate/" +license=('BSD') +depends=('common-lisp' 'cl-asdf') +source=("http://common-lisp.net/project/$_name/releases/$_name-$pkgver.tar.gz") +md5sums=('f7b554e02c37ec3b786c6ba413b3a2e6') + +package() +{ + local destination="$pkgdir"/usr/share/common-lisp/source/$_name + local source="$srcdir"/$_name-$pkgver + + install -d "$destination" + install -d "$pkgdir"/etc/common-lisp/source-registry.conf.d/ + + install -m 644 "$source"/*.lisp "$destination" + install -m 644 "$source"/*.asd "$destination" + + echo "(:directory \"/usr/share/common-lisp/source/$_name\")" \ + > "$pkgdir"/etc/common-lisp/source-registry.conf.d/20-$_name.conf +} -- cgit v1.2.3-54-g00ecf