mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/cln to 1.3.4-3
This commit is contained in:
parent
149ae31122
commit
f208b6dee7
2 changed files with 1 additions and 22 deletions
|
@ -8,14 +8,13 @@
|
|||
|
||||
pkgname=cln
|
||||
pkgver=1.3.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Class library for numbers"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.ginac.de/CLN/"
|
||||
license=('GPL')
|
||||
depends=('gmp')
|
||||
makedepends=('texlive-core')
|
||||
install=cln.install
|
||||
source=(http://www.ginac.de/CLN/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('76f73071236ead72ba5c9ee892f29ca24e557b8c')
|
||||
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
infodir=usr/share/info
|
||||
filelist=(cln.info.gz)
|
||||
|
||||
post_install() {
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
for file in ${filelist[@]}; do
|
||||
install-info $infodir/$file $infodir/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
for file in ${filelist[@]}; do
|
||||
install-info --delete $infodir/$file $infodir/dir 2> /dev/null
|
||||
done
|
||||
}
|
Loading…
Reference in a new issue