void-packages/srcpkgs/fuse-usmb/template

25 lines
653 B
Text
Raw Normal View History

2014-06-06 01:55:59 +00:00
# Template file for 'fuse-usmb'
pkgname=fuse-usmb
version=20130204
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config git"
2014-06-06 01:55:59 +00:00
makedepends="glib-devel libxml2-devel fuse-devel samba-devel"
short_desc="FUSE filesystem for SMB/CIFS shares"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
2014-06-06 01:57:31 +00:00
homepage="http://ametros.net/code.html#usmb"
2014-11-24 09:02:30 +00:00
update_site="http://repo.or.cz/w/usmb.git"
update_pattern='tags/\K[\d]+'
2014-06-06 01:55:59 +00:00
do_fetch() {
git clone -b${version} git://repo.or.cz/usmb.git ${pkgname}-${version}
}
pre_configure() {
autoreconf -fi
}
do_install() {
make DESTDIR=${DESTDIR} man1dir=${DESTDIR}/usr/share/man/man1 install
}