dfc-git: fix configuration files path; bump version.
This commit is contained in:
parent
46f4d9c502
commit
121cd7c8dc
|
@ -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 <linuxienATlegtuxDOTorg>"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue