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

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Apr 21 06:02:20 UTC 2013


    Date: Sunday, April 21, 2013 @ 08:02:20
  Author: andrea
Revision: 183302

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

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

-----------------------+
 /PKGBUILD             |   78 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   37 ----------------------
 extra-x86_64/PKGBUILD |   37 ----------------------
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-04-21 06:02:10 UTC (rev 183301)
+++ extra-i686/PKGBUILD	2013-04-21 06:02:20 UTC (rev 183302)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Your Name <youremail at domain.com>
-
-pkgname=wcslib
-pkgver=4.16
-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}.tar.bz2")
-md5sums=('30439a0bb730ef936646d646c9f07518')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-    --without-pgplot
-  make
-}
-
-#check() {
-#  cd $pkgname-$pkgver
-#  make -k check
-#}
-
-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 183301, wcslib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-04-21 06:02:20 UTC (rev 183302)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Your Name <youremail at domain.com>
+
+pkgname=wcslib
+pkgver=4.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}.tar.bz2")
+md5sums=('81f739c84789b84626db9fe4cd866081')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --without-pgplot
+  make
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  # Fix install on i686
+  install -d "${pkgdir}"/usr/include/${pkgname}-${pkgver}
+
+  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	2013-04-21 06:02:10 UTC (rev 183301)
+++ extra-x86_64/PKGBUILD	2013-04-21 06:02:20 UTC (rev 183302)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Your Name <youremail at domain.com>
-
-pkgname=wcslib
-pkgver=4.16
-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}.tar.bz2")
-md5sums=('30439a0bb730ef936646d646c9f07518')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-    --without-pgplot
-  make
-}
-
-#check() {
-#  cd $pkgname-$pkgver
-#  make -k check
-#}
-
-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 183301, wcslib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-04-21 06:02:20 UTC (rev 183302)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Your Name <youremail at domain.com>
+
+pkgname=wcslib
+pkgver=4.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}.tar.bz2")
+md5sums=('81f739c84789b84626db9fe4cd866081')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --without-pgplot
+  make
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  # Fix install on i686
+  install -d "${pkgdir}"/usr/include/${pkgname}-${pkgver}
+
+  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