[arch-commits] Commit in antic/repos (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jul 23 16:02:13 UTC 2021
Date: Friday, July 23, 2021 @ 16:02:13
Author: arojas
Revision: 984520
archrelease: copy trunk to community-staging-x86_64
Added:
antic/repos/community-staging-x86_64/
antic/repos/community-staging-x86_64/PKGBUILD
(from rev 984519, antic/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: antic/repos/community-staging-x86_64/PKGBUILD (from rev 984519, antic/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-07-23 16:02:13 UTC (rev 984520)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=antic
+pkgver=0.2.4
+pkgrel=2
+pkgdesc='Algebraic Number Theory In C'
+arch=(x86_64)
+url='https://github.com/wbhart/antic'
+license=(LGPL)
+depends=(flint)
+makedepends=()
+source=(https://github.com/wbhart/antic/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('517d53633ff9c6348549dc6968567051b2161098d2bc395cb40ecc41e24312c6')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list