1 # Template build file for 'xstow'.
4 wrksrc="${pkgname}-${version}-unstable"
5 distfiles="$SOURCEFORGE_SITE/xstow/$pkgname-$version-unstable.tar.bz2"
6 build_style=gnu_configure
7 configure_args="--with-regex --with-fnmatch --with-curses"
8 short_desc="Replacement of GNU Stow written in C++"
9 maintainer="Juan RP <xtraeme@gmail.com>"
10 checksum=f1872c10eccca3b3b4202e2e0f4c7f10833bc941e02f3f17776d5ddb192f68f5
12 XStow as GNU Stow, are programs for managing the installation of
13 software packages, keeping them separate (/usr/local/stow/emacs vs.
14 /usr/local/stow/perl, for example) while making them appear to be
15 installed in the same place (/usr/local)."
17 Add_dependency full libstdc++