[arch-commits] Commit in singular/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Oct 20 11:59:46 UTC 2016
Date: Thursday, October 20, 2016 @ 11:59:45
Author: arojas
Revision: 192726
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
singular/repos/community-testing-i686/PKGBUILD
(from rev 192725, singular/trunk/PKGBUILD)
singular/repos/community-testing-x86_64/PKGBUILD
(from rev 192725, singular/trunk/PKGBUILD)
Deleted:
singular/repos/community-testing-i686/PKGBUILD
singular/repos/community-testing-x86_64/PKGBUILD
-----------------------------------+
/PKGBUILD | 84 ++++++++++++++++++++++++++++++++++++
community-testing-i686/PKGBUILD | 42 ------------------
community-testing-x86_64/PKGBUILD | 42 ------------------
3 files changed, 84 insertions(+), 84 deletions(-)
Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD 2016-10-20 11:59:00 UTC (rev 192725)
+++ community-testing-i686/PKGBUILD 2016-10-20 11:59:45 UTC (rev 192726)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=singular
-_majver=4-0-3
-_patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/"
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
- singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch")
-md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
- '3dce1e6533a1b4686f9730e0b534df65')
-
-prepare() {
- cd singular-${_majver//-/.}
-# Fix build with NTL 10
- patch -p1 -i ../singular-ntl10.patch
-}
-
-build() {
- cd singular-${_majver//-/.}
- ./configure --prefix=/usr --libexecdir=/usr/lib
- make
-}
-
-package() {
- cd singular-${_majver//-/.}
- make DESTDIR="$pkgdir" install
-
-# fix permissions
- chown -R root:root "$pkgdir"/usr/share
-# move singular.hlp to the path expected by SageMath
- cp "$pkgdir"/usr/share/{info,singular}/singular.hlp
-}
Copied: singular/repos/community-testing-i686/PKGBUILD (from rev 192725, singular/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-20 11:59:45 UTC (rev 192726)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=singular
+_majver=4-0-3
+_patchver=4
+pkgver=${_majver//-/.}.p${_patchver}
+pkgrel=2
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/"
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
+ singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch")
+md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
+ '3dce1e6533a1b4686f9730e0b534df65')
+
+prepare() {
+ cd singular-${_majver//-/.}
+# Fix build with NTL 10
+ patch -p1 -i ../singular-ntl10.patch
+}
+
+build() {
+ cd singular-${_majver//-/.}
+ ./configure --prefix=/usr --libexecdir=/usr/lib
+ make
+}
+
+package() {
+ cd singular-${_majver//-/.}
+ make DESTDIR="$pkgdir" install
+
+# fix permissions
+ chown -R root:root "$pkgdir"/usr/share
+# move singular.hlp to the path expected by SageMath
+ install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
+}
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2016-10-20 11:59:00 UTC (rev 192725)
+++ community-testing-x86_64/PKGBUILD 2016-10-20 11:59:45 UTC (rev 192726)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=singular
-_majver=4-0-3
-_patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/"
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
- singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch")
-md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
- '3dce1e6533a1b4686f9730e0b534df65')
-
-prepare() {
- cd singular-${_majver//-/.}
-# Fix build with NTL 10
- patch -p1 -i ../singular-ntl10.patch
-}
-
-build() {
- cd singular-${_majver//-/.}
- ./configure --prefix=/usr --libexecdir=/usr/lib
- make
-}
-
-package() {
- cd singular-${_majver//-/.}
- make DESTDIR="$pkgdir" install
-
-# fix permissions
- chown -R root:root "$pkgdir"/usr/share
-# move singular.hlp to the path expected by SageMath
- cp "$pkgdir"/usr/share/{info,singular}/singular.hlp
-}
Copied: singular/repos/community-testing-x86_64/PKGBUILD (from rev 192725, singular/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2016-10-20 11:59:45 UTC (rev 192726)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=singular
+_majver=4-0-3
+_patchver=4
+pkgver=${_majver//-/.}.p${_patchver}
+pkgrel=2
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/"
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
+ singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch")
+md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
+ '3dce1e6533a1b4686f9730e0b534df65')
+
+prepare() {
+ cd singular-${_majver//-/.}
+# Fix build with NTL 10
+ patch -p1 -i ../singular-ntl10.patch
+}
+
+build() {
+ cd singular-${_majver//-/.}
+ ./configure --prefix=/usr --libexecdir=/usr/lib
+ make
+}
+
+package() {
+ cd singular-${_majver//-/.}
+ make DESTDIR="$pkgdir" install
+
+# fix permissions
+ chown -R root:root "$pkgdir"/usr/share
+# move singular.hlp to the path expected by SageMath
+ install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
+}
More information about the arch-commits
mailing list