Date: Sunday, January 27, 2013 @ 16:51:30
  Author: pierre
Revision: 83119

extra2community: Moving avfs from extra to community

Added:
  avfs/
  avfs/repos/
  avfs/trunk/
  avfs/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Added: avfs/trunk/PKGBUILD
===================================================================
--- avfs/trunk/PKGBUILD                         (rev 0)
+++ avfs/trunk/PKGBUILD 2013-01-27 15:51:30 UTC (rev 83119)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kevin Piche <ke...@archlinux.org>
+# Contributor: K. Piche <kpi...@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
+}


Property changes on: avfs/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to