xstow: fix $version.

--HG--
extra : convert_revision : 3b132239990014697a52d8f86dc2711bb8ece48b
This commit is contained in:
Juan RP 2009-12-05 01:54:51 +01:00
parent 44e816964e
commit 7ed5bdb3b7
1 changed files with 3 additions and 2 deletions

View File

@ -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++"