[arch-commits] Commit in sympow/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sat Apr 25 22:05:33 UTC 2015
Date: Sunday, April 26, 2015 @ 00:05:33
Author: arojas
Revision: 132252
archrelease: copy trunk to community-i686, community-x86_64
Deleted:
sympow/repos/community-i686/PKGBUILD
sympow/repos/community-x86_64/PKGBUILD
---------------------------+
community-i686/PKGBUILD | 47 --------------------------------------------
community-x86_64/PKGBUILD | 47 --------------------------------------------
2 files changed, 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-25 22:04:40 UTC (rev 132251)
+++ community-i686/PKGBUILD 2015-04-25 22:05:33 UTC (rev 132252)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sympow
-pkgver=1.018.1
-pkgrel=3
-pkgdesc="A a package to compute special values of symmetric power elliptic
-curve L-functions"
-arch=(i686 x86_64)
-url="http://www.sagemath.org"
-license=(GPL)
-depends=(glibc)
-makedepends=(pari)
-source=("http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2" 'sympow.sh')
-md5sums=('b6cbb7488870d70d92d11176049cb91b'
- '93f214e7f22df8ae525d9fbfbf82eeb1')
-
-prepare() {
- cd $pkgname-$pkgver
-
- sed -e "s|../sympow|sympow_bin|g" -i generate.c
- sed -e "s|./sympow|sympow_bin|g" -i disk.c new_data
-}
-
-build() {
- cd $pkgname-$pkgver
-
- ./Configure
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- mkdir -p "$pkgdir"/usr/{bin,share/sympow}
- cp -r *.gp datafiles "$pkgdir"/usr/share/sympow
- cp sympow "$pkgdir"/usr/bin/sympow_bin
- cp new_data "$pkgdir"/usr/bin/new_data
-
- cd "$pkgdir"/usr/share/sympow/datafiles
-
- for file in *.txt; do
- "$srcdir"/$pkgname-$pkgver/sympow -txt2bin "$(grep -c AT $file)" <$file ${file/txt/bin}
- done
-
- install -Dm755 "$srcdir"/sympow.sh "$pkgdir"/usr/bin/sympow
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-25 22:04:40 UTC (rev 132251)
+++ community-x86_64/PKGBUILD 2015-04-25 22:05:33 UTC (rev 132252)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sympow
-pkgver=1.018.1
-pkgrel=3
-pkgdesc="A a package to compute special values of symmetric power elliptic
-curve L-functions"
-arch=(i686 x86_64)
-url="http://www.sagemath.org"
-license=(GPL)
-depends=(glibc)
-makedepends=(pari)
-source=("http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2" 'sympow.sh')
-md5sums=('b6cbb7488870d70d92d11176049cb91b'
- '93f214e7f22df8ae525d9fbfbf82eeb1')
-
-prepare() {
- cd $pkgname-$pkgver
-
- sed -e "s|../sympow|sympow_bin|g" -i generate.c
- sed -e "s|./sympow|sympow_bin|g" -i disk.c new_data
-}
-
-build() {
- cd $pkgname-$pkgver
-
- ./Configure
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- mkdir -p "$pkgdir"/usr/{bin,share/sympow}
- cp -r *.gp datafiles "$pkgdir"/usr/share/sympow
- cp sympow "$pkgdir"/usr/bin/sympow_bin
- cp new_data "$pkgdir"/usr/bin/new_data
-
- cd "$pkgdir"/usr/share/sympow/datafiles
-
- for file in *.txt; do
- "$srcdir"/$pkgname-$pkgver/sympow -txt2bin "$(grep -c AT $file)" <$file ${file/txt/bin}
- done
-
- install -Dm755 "$srcdir"/sympow.sh "$pkgdir"/usr/bin/sympow
-}
More information about the arch-commits
mailing list