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

Eric Bélanger eric at archlinux.org
Thu Dec 1 11:18:19 UTC 2011


    Date: Thursday, December 1, 2011 @ 06:18:19
  Author: eric
Revision: 143980

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

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

-----------------------+
 extra-i686/PKGBUILD   |   77 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   77 ++++++++++++++++++++++++------------------------
 2 files changed, 80 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-12-01 11:17:48 UTC (rev 143979)
+++ extra-i686/PKGBUILD	2011-12-01 11:18:19 UTC (rev 143980)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 1214 2009-08-14 01:36:33Z dgriffiths $
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=physfs
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="A library to provide abstract access to various archives"
-arch=('i686' 'x86_64')
-url="http://icculus.org/physfs/"
-license=('ZLIB')
-depends=('zlib' 'readline')
-makedepends=('cmake' 'doxygen')
-source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4e8927c3d30279b03e2592106eb9184a')
-sha1sums=('2d3d3cc819ad26542d34451f44050b85635344d0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
-  export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_WX_TEST=OFF
-  make all docs
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -d "${pkgdir}"/usr/share/{doc/physfs,man/man3}
-  install -m644 docs/html/* "${pkgdir}/usr/share/doc/physfs"
-  install -m644 docs/man/man3/* "${pkgdir}/usr/share/man/man3"
-
-  for i in author Deinit description extension Free Init major Malloc minor opaque patch Realloc url ; do
-    mv "${pkgdir}/usr/share/man/man3/$i.3" "${pkgdir}/usr/share/man/man3/PHYSFS_$i.3"
-  done
-
-  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: physfs/repos/extra-i686/PKGBUILD (from rev 143979, physfs/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-12-01 11:18:19 UTC (rev 143980)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 1214 2009-08-14 01:36:33Z dgriffiths $
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=physfs
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="A library to provide abstract access to various archives"
+arch=('i686' 'x86_64')
+url="http://icculus.org/physfs/"
+license=('ZLIB')
+depends=('zlib')
+makedepends=('cmake' 'doxygen')
+options=('!makeflags')
+source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('2d3d3cc819ad26542d34451f44050b85635344d0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/-Werror//' CMakeLists.txt
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+  export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_WX_TEST=OFF
+  make all docs
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}"/usr/share/{doc/physfs,man/man3}
+  install -m644 docs/html/* "${pkgdir}/usr/share/doc/physfs"
+  install -m644 docs/man/man3/* "${pkgdir}/usr/share/man/man3"
+
+  for i in author Deinit description extension Free Init major Malloc minor opaque patch Realloc url ; do
+    mv "${pkgdir}/usr/share/man/man3/$i.3" "${pkgdir}/usr/share/man/man3/PHYSFS_$i.3"
+  done
+
+  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-01 11:17:48 UTC (rev 143979)
+++ extra-x86_64/PKGBUILD	2011-12-01 11:18:19 UTC (rev 143980)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 1214 2009-08-14 01:36:33Z dgriffiths $
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=physfs
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="A library to provide abstract access to various archives"
-arch=('i686' 'x86_64')
-url="http://icculus.org/physfs/"
-license=('ZLIB')
-depends=('zlib' 'readline')
-makedepends=('cmake' 'doxygen')
-source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4e8927c3d30279b03e2592106eb9184a')
-sha1sums=('2d3d3cc819ad26542d34451f44050b85635344d0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
-  export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_WX_TEST=OFF
-  make all docs
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -d "${pkgdir}"/usr/share/{doc/physfs,man/man3}
-  install -m644 docs/html/* "${pkgdir}/usr/share/doc/physfs"
-  install -m644 docs/man/man3/* "${pkgdir}/usr/share/man/man3"
-
-  for i in author Deinit description extension Free Init major Malloc minor opaque patch Realloc url ; do
-    mv "${pkgdir}/usr/share/man/man3/$i.3" "${pkgdir}/usr/share/man/man3/PHYSFS_$i.3"
-  done
-
-  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: physfs/repos/extra-x86_64/PKGBUILD (from rev 143979, physfs/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-01 11:18:19 UTC (rev 143980)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 1214 2009-08-14 01:36:33Z dgriffiths $
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=physfs
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="A library to provide abstract access to various archives"
+arch=('i686' 'x86_64')
+url="http://icculus.org/physfs/"
+license=('ZLIB')
+depends=('zlib')
+makedepends=('cmake' 'doxygen')
+options=('!makeflags')
+source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('2d3d3cc819ad26542d34451f44050b85635344d0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/-Werror//' CMakeLists.txt
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+  export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_WX_TEST=OFF
+  make all docs
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}"/usr/share/{doc/physfs,man/man3}
+  install -m644 docs/html/* "${pkgdir}/usr/share/doc/physfs"
+  install -m644 docs/man/man3/* "${pkgdir}/usr/share/man/man3"
+
+  for i in author Deinit description extension Free Init major Malloc minor opaque patch Realloc url ; do
+    mv "${pkgdir}/usr/share/man/man3/$i.3" "${pkgdir}/usr/share/man/man3/PHYSFS_$i.3"
+  done
+
+  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list