mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/sbcl to 1.3.6-2
This commit is contained in:
parent
2298d2bcb6
commit
bad9fba369
2 changed files with 1 additions and 20 deletions
|
@ -11,7 +11,7 @@ buildarch=4
|
|||
|
||||
pkgname=sbcl
|
||||
pkgver=1.3.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Steel Bank Common Lisp"
|
||||
url="http://www.sbcl.org/"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,7 +19,6 @@ license=('custom')
|
|||
depends=('glibc' 'zlib')
|
||||
provides=('common-lisp' 'cl-asdf')
|
||||
makedepends=('sbcl')
|
||||
install=sbcl.install
|
||||
source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
|
||||
"arch-fixes.lisp")
|
||||
sha256sums=('f017ac1bd8fe0ad56a4cfda4f7543a06a8993db8da1c9c079e188c28c551b0d9'
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
info_dir=/usr/share/info
|
||||
info_files=(asdf.info sbcl.info)
|
||||
|
||||
post_install() {
|
||||
for f in ${info_files[@]}; do
|
||||
install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
for f in ${info_files[@]}; do
|
||||
install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
|
||||
done
|
||||
}
|
Loading…
Reference in a new issue