summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 070563617a63..2f6c0f1827f3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,17 @@
pkgname=conlie
pkgver=2.2.2
-pkgrel=2
-pkgdesc="A Computer algebra package for Lie group computations"
+pkgrel=3
+pkgdesc="A Computer algebra package for Lie group computations (Compile only version)"
arch=('i686' 'x86_64')
url="http://www-math.univ-poitiers.fr/~maavl/LiE/"
license=('LGPL')
depends=('sh')
-install="$pkgname.install"
-source=("http://www-math.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz" 'lie' 'lie.1')
+provides=('lie')
+source=("http://www-math.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz" "http://wwwmathlabo.univ-poitiers.fr/~maavl/LiEman/manual.pdf" 'lie' 'lie.1')
md5sums=('2e98f252364d43557a322ea7eb677944'
- 'd4f5ad8b87479ef93734eee6d1629190'
+ '671f912a866faac09d35f549a59d8338'
+ '469db0e6965f301286ddd052b2cfe96d'
'a47060395617ed656eaccde1a9e9ee93')
build() {
@@ -34,6 +35,7 @@ package() {
done
install -D manual/manual.dvi $pkgdir/usr/share/doc/lie/manual.dvi
+ install -D ../manual.pdf $pkgdir/usr/share/doc/lie/manual.pdf
install -D README $pkgdir/usr/share/doc/lie-2.2.2/README
install -D $srcdir/lie.1 $pkgdir/usr/share/man/man1/lie.1