[arch-commits] Commit in wcslib/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Oct 10 11:05:34 UTC 2015


    Date: Saturday, October 10, 2015 @ 13:05:34
  Author: arojas
Revision: 248857

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

Added:
  wcslib/repos/extra-i686/PKGBUILD
    (from rev 248856, wcslib/trunk/PKGBUILD)
  wcslib/repos/extra-x86_64/PKGBUILD
    (from rev 248856, wcslib/trunk/PKGBUILD)
Deleted:
  wcslib/repos/extra-i686/PKGBUILD
  wcslib/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   64 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   31 -----------------------
 extra-x86_64/PKGBUILD |   31 -----------------------
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-10-10 11:04:51 UTC (rev 248856)
+++ extra-i686/PKGBUILD	2015-10-10 11:05:34 UTC (rev 248857)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=wcslib
-pkgver=5.9
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
-arch=('i686' 'x86_64')
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/"
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-    --without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s "${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 248856, wcslib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-10-10 11:05:34 UTC (rev 248857)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=wcslib
+pkgver=5.10
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/"
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('a276aa56e5079e0aa5ff626e089250e2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s "$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-10-10 11:04:51 UTC (rev 248856)
+++ extra-x86_64/PKGBUILD	2015-10-10 11:05:34 UTC (rev 248857)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=wcslib
-pkgver=5.9
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
-arch=('i686' 'x86_64')
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/"
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-    --without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s "${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 248856, wcslib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-10-10 11:05:34 UTC (rev 248857)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=wcslib
+pkgver=5.10
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/"
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('a276aa56e5079e0aa5ff626e089250e2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s "$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}



More information about the arch-commits mailing list