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

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 15:51:40 UTC 2013


    Date: Sunday, January 27, 2013 @ 16:51:39
  Author: pierre
Revision: 83120

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

Added:
  avfs/repos/community-i686/
  avfs/repos/community-i686/PKGBUILD
    (from rev 83119, avfs/trunk/PKGBUILD)
  avfs/repos/community-x86_64/
  avfs/repos/community-x86_64/PKGBUILD
    (from rev 83119, avfs/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: avfs/repos/community-i686/PKGBUILD (from rev 83119, avfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-27 15:51:39 UTC (rev 83120)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=avfs
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A virtual filesystem that allows browsing of compressed files"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url="http://avf.sourceforge.net/"
+depends=('fuse' 'xz' 'perl')
+options=('!emptydirs' '!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('f0f254d092e54da14bbf3ea22b76da99'
+         'd71607de21819f3d67246473f0bc21f3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --enable-library \
+              --enable-fuse \
+              --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: avfs/repos/community-x86_64/PKGBUILD (from rev 83119, avfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-27 15:51:39 UTC (rev 83120)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=avfs
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A virtual filesystem that allows browsing of compressed files"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url="http://avf.sourceforge.net/"
+depends=('fuse' 'xz' 'perl')
+options=('!emptydirs' '!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('f0f254d092e54da14bbf3ea22b76da99'
+         'd71607de21819f3d67246473f0bc21f3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --enable-library \
+              --enable-fuse \
+              --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list