[arch-commits] Commit in libarchive/repos (3 files)

Dan McGee dan at archlinux.org
Tue Sep 6 21:10:41 UTC 2011


    Date: Tuesday, September 6, 2011 @ 17:10:40
  Author: dan
Revision: 137227

db-move: moved libarchive from [testing] to [core] (i686)

Added:
  libarchive/repos/core-i686/PKGBUILD
    (from rev 137226, libarchive/repos/testing-i686/PKGBUILD)
Deleted:
  libarchive/repos/core-i686/PKGBUILD
  libarchive/repos/testing-i686/

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 30 insertions(+), 35 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2011-09-06 20:23:13 UTC (rev 137226)
+++ core-i686/PKGBUILD	2011-09-06 21:10:40 UTC (rev 137227)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-pkgname=libarchive
-pkgver=2.8.4
-pkgrel=2
-pkgdesc="library that can create and read several streaming archive formats"
-arch=('i686' 'x86_64')
-url="http://libarchive.googlecode.com/"
-license=('BSD')
-depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat')
-source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz")
-md5sums=('83b237a542f27969a8d68ac217dc3796')
-sha256sums=('86cffa3eaa28d3116f5d0b20284026c3762cf4a2b52b9844df2b494d4a89f688')
-
-# pacman.static build fails unless we keep the libtool files (or unless we link
-# the missing symbols inside the libarchive .a static lib, but that is dirty)
-options=('libtool')
-
-# keep an upgrade path for older installations
-PKGEXT='.pkg.tar.gz'
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-xml2
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/libarchive/COPYING
-}

Copied: libarchive/repos/core-i686/PKGBUILD (from rev 137226, libarchive/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2011-09-06 21:10:40 UTC (rev 137227)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+pkgname=libarchive
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="library that can create and read several streaming archive formats"
+arch=('i686' 'x86_64')
+url="http://libarchive.googlecode.com/"
+license=('BSD')
+depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat')
+source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz")
+md5sums=('9caf51dcf6213e9c9f5a1c27448b9c90')
+sha256sums=('13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d')
+
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-xml2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/libarchive/COPYING
+}




More information about the arch-commits mailing list