2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'xstow'.
|
|
|
|
pkgname=xstow
|
2009-12-05 00:54:51 +00:00
|
|
|
version=0.6.1
|
|
|
|
wrksrc="${pkgname}-${version}-unstable"
|
|
|
|
distfiles="$SOURCEFORGE_SITE/xstow/$pkgname-$version-unstable.tar.bz2"
|
2008-09-28 07:57:30 +00:00
|
|
|
build_style=gnu_configure
|
2009-12-05 00:35:57 +00:00
|
|
|
configure_args="--with-regex --with-fnmatch --with-curses"
|
2008-09-28 07:57:30 +00:00
|
|
|
short_desc="Replacement of GNU Stow written in C++"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2008-10-20 14:34:27 +00:00
|
|
|
checksum=f1872c10eccca3b3b4202e2e0f4c7f10833bc941e02f3f17776d5ddb192f68f5
|
2008-09-28 07:57:30 +00:00
|
|
|
long_desc="
|
|
|
|
XStow as GNU Stow, are programs for managing the installation of
|
|
|
|
software packages, keeping them separate (/usr/local/stow/emacs vs.
|
|
|
|
/usr/local/stow/perl, for example) while making them appear to be
|
|
|
|
installed in the same place (/usr/local)."
|
2009-12-05 00:35:57 +00:00
|
|
|
|
|
|
|
Add_dependency full libstdc++
|