diff --git a/srcpkgs/dfc-git/template b/srcpkgs/dfc-git/template index 12555bb7b06..290e35967df 100644 --- a/srcpkgs/dfc-git/template +++ b/srcpkgs/dfc-git/template @@ -1,14 +1,17 @@ # Template file for 'dfc-git' pkgname=dfc-git -version=20140105 +version=20140220 revision=1 build_style=cmake +configure_args="-DXDG_CONFIG_DIR=/etc/xdg" hostmakedepends="cmake" short_desc="Display file system space usage using graphs and colors" maintainer="Ypnose " license="BSD" homepage="http://projects.gw-computing.net/projects/dfc" +conf_files="/etc/xdg/dfc/dfcrc" + do_fetch() { local url="git://gw-computing.net/dfc" msg_normal "Fetching source from $url ...\n"