### this file is sourced not run
PKGVER=1.1.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=avfs-$PKGVER.tar.bz2
MD5SUM=ca10d1abc657ca72a68a43dd76dda6ef
SRC_URL=http://downloads.sourceforge.net/avf/$TARBALL
BUNDLE=

SLACKREQ='libfuse'
SLACKDESC="avfs: avfs $PKGVER (Archive filesystem)
avfs: 
avfs: AVFS is a system, which enables all programs to look inside archived 
avfs: or compressed files, or access remote files without recompiling the 
avfs: programs or changing the kernel. At the moment it supports floppies, 
avfs: tar and gzip files, zip, bzip2, ar and rar files, ftp sessions, http, 
avfs: webdav, rsh/rcp, ssh/scp.
avfs: 
avfs: http://avf.sourceforge.net/
avfs: 
avfs:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


