pari-seadata: fix vcopy / add wildcard
This commit is contained in:
parent
3b38e955cb
commit
5ef33c51ad
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pari-seadata'
|
# Template file for 'pari-seadata'
|
||||||
pkgname=pari-seadata
|
pkgname=pari-seadata
|
||||||
version=20090618
|
version=20090618
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
depends="pari"
|
depends="pari"
|
||||||
short_desc="PARI/GP package needed by ellap for large primes up to 750 bit"
|
short_desc="PARI/GP package needed by ellap for large primes up to 750 bit"
|
||||||
|
@ -13,5 +13,5 @@ checksum=c9282a525ea3f92c1f9c6c69e37ac5a87b48fb9ccd943cfd7c881a3851195833
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/pari/seadata
|
vmkdir usr/share/pari/seadata
|
||||||
vcopy "data/seadata/sea???" usr/share/pari/seadata
|
vcopy data/seadata/sea* usr/share/pari
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue