xstow: fix $version.
--HG-- extra : convert_revision : 3b132239990014697a52d8f86dc2711bb8ece48b
This commit is contained in:
parent
44e816964e
commit
7ed5bdb3b7
|
@ -1,7 +1,8 @@
|
|||
# Template build file for 'xstow'.
|
||||
pkgname=xstow
|
||||
version=0.6.1-unstable
|
||||
distfiles="$SOURCEFORGE_SITE/xstow/$pkgname-$version.tar.bz2"
|
||||
version=0.6.1
|
||||
wrksrc="${pkgname}-${version}-unstable"
|
||||
distfiles="$SOURCEFORGE_SITE/xstow/$pkgname-$version-unstable.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-regex --with-fnmatch --with-curses"
|
||||
short_desc="Replacement of GNU Stow written in C++"
|
||||
|
|
Loading…
Reference in New Issue