[arch-commits] Commit in wcslib/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Sep 20 06:09:15 UTC 2017
Date: Wednesday, September 20, 2017 @ 06:09:15
Author: arojas
Revision: 305888
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
wcslib/repos/extra-i686/PKGBUILD
(from rev 305887, wcslib/trunk/PKGBUILD)
wcslib/repos/extra-x86_64/PKGBUILD
(from rev 305887, wcslib/trunk/PKGBUILD)
Deleted:
wcslib/repos/extra-i686/PKGBUILD
wcslib/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 31 ------------------------
extra-x86_64/PKGBUILD | 31 ------------------------
3 files changed, 62 insertions(+), 62 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-09-20 06:08:37 UTC (rev 305887)
+++ extra-i686/PKGBUILD 2017-09-20 06:09:15 UTC (rev 305888)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=wcslib
-pkgver=5.16
-pkgrel=2
-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")
-sha256sums=('ed031e0cf1cec0e9cabfc650423efa526fec341441865001c1e2c56bfffc99ef')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr --without-pgplot
- make -j1
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install -j1
-
- # 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 305887, wcslib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-20 06:09:15 UTC (rev 305888)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=wcslib
+pkgver=5.17
+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")
+sha256sums=('5c9cb5c86be01703f6488774ef3ea44fd6918a4dcdfddc70855905c05de8436c')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --without-pgplot
+ make -j1
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install -j1
+
+ # 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 2017-09-20 06:08:37 UTC (rev 305887)
+++ extra-x86_64/PKGBUILD 2017-09-20 06:09:15 UTC (rev 305888)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=wcslib
-pkgver=5.16
-pkgrel=2
-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")
-sha256sums=('ed031e0cf1cec0e9cabfc650423efa526fec341441865001c1e2c56bfffc99ef')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr --without-pgplot
- make -j1
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install -j1
-
- # 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 305887, wcslib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-09-20 06:09:15 UTC (rev 305888)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=wcslib
+pkgver=5.17
+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")
+sha256sums=('5c9cb5c86be01703f6488774ef3ea44fd6918a4dcdfddc70855905c05de8436c')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --without-pgplot
+ make -j1
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install -j1
+
+ # 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