mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gap to 4.11.1-8
This commit is contained in:
parent
1d26f4e7bd
commit
016d30015c
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=gap
|
||||
pkgname=(gap gap-doc gap-packages)
|
||||
pkgver=4.11.1
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc='Groups, Algorithms, Programming: a system for computational discrete algebra'
|
||||
arch=(x86_64)
|
||||
url='https://www.gap-system.org/'
|
||||
|
@ -92,7 +92,7 @@ package_gap() {
|
|||
cp -r pkg/$_pkg "$pkgdir"/usr/lib/gap/pkg
|
||||
done
|
||||
install -Dm755 gap -t "$pkgdir"/usr/lib/gap
|
||||
sed -e "s|$PWD|/usr/lib/gap|g" -i sysinfo.gap
|
||||
sed -e "s|$PWD|/usr/lib/gap|g" -e "s|-I/usr/lib|-I/usr/include|g" -i sysinfo.gap
|
||||
cp -ar sysinfo.gap* "$pkgdir"/usr/lib/gap
|
||||
# Install launcher script
|
||||
install -Dm755 "$srcdir"/gap.sh "$pkgdir"/usr/bin/gap
|
||||
|
|
Loading…
Reference in a new issue