Bump revision for pkgs depending on jpeg (abi_depends bump).
[xbps/ojab.git] / srcpkgs / xstow / template
blobc24f2d8efa8e714ad42460e664fb9b4e54597443
1 # Template build file for 'xstow'.
2 pkgname=xstow
3 version=0.6.1
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
11 long_desc="
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++