[arch-commits] Commit in erfa (5 files)

Antonio Rojas arojas at archlinux.org
Sat Nov 21 13:09:04 UTC 2015


    Date: Saturday, November 21, 2015 @ 14:09:04
  Author: arojas
Revision: 147311

archrelease: copy trunk to community-x86_64, community-i686

Added:
  erfa/repos/
  erfa/repos/community-i686/
  erfa/repos/community-i686/PKGBUILD
    (from rev 147310, erfa/trunk/PKGBUILD)
  erfa/repos/community-x86_64/
  erfa/repos/community-x86_64/PKGBUILD
    (from rev 147310, erfa/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: erfa/repos/community-i686/PKGBUILD (from rev 147310, erfa/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-11-21 13:09:04 UTC (rev 147311)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Médéric Boquien <mboquien at free.fr>
+
+pkgname=erfa
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Set of algorithms and procedures used in fundamental astronomy"
+url="https://github.com/liberfa/erfa"
+arch=(x86_64 i686)
+license=(BSD)
+depends=(glibc)
+source=("https://github.com/liberfa/erfa/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('63e8e694d53add33c16f3f494d2b65f4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  make DESTDIR="$pkgdir" install
+}

Copied: erfa/repos/community-x86_64/PKGBUILD (from rev 147310, erfa/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-11-21 13:09:04 UTC (rev 147311)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Médéric Boquien <mboquien at free.fr>
+
+pkgname=erfa
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Set of algorithms and procedures used in fundamental astronomy"
+url="https://github.com/liberfa/erfa"
+arch=(x86_64 i686)
+license=(BSD)
+depends=(glibc)
+source=("https://github.com/liberfa/erfa/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('63e8e694d53add33c16f3f494d2b65f4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list