# searchmonkey/cfg - "Build" settings for package
# Revision: 100331

#---------------------------------------------------------------------

[technotes]

# 1. Minor limitation:  Presently, "searchmonkey" doesn't seem to fol-
# low symbolic links. It's good that the program ignores links to dir-
# ectories; this prevents some possible problems. However, it might be
# worth the trouble to add support for links to regular files.

#---------------------------------------------------------------------

[buildtimes]

00.00 hours (or 000.18 minutes) - ThinkPad E540 i7 4x2 16GB RAM
00.00 hours (or 000.20 minutes) - HP EliteBook 8560w 32GB RAM
00.00 hours (or 000.27 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo
                                  7200 2GB RAM
00.01 hours (or 000.88 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB
                                  RAM

#---------------------------------------------------------------------

[settings]
build   = default
exepack = yes
fortran = disabled
license = GNU Lesser General Public License, version 2.1 (Feb. 1999)
nls     = disabled
patches = required
tmpsize = 3M
unpack  = relaxed

#---------------------------------------------------------------------

[depends]
actools
gawk
grep
gtkcore
pkgconf
xorg

#---------------------------------------------------------------------

[configure]
MANBASE=$PKGDIR_PROD/man
mkdir -p $MANBASE
\
bash ./configure \
    --prefix=$PKGDIR_PROD          \
    --disable-dependency-tracking  \
    --mandir=$MANBASE

#---------------------------------------------------------------------

[postbuild]
DOCDIR=$PKGDIR_PROD/doc
mkdir -p $DOCDIR
\
cp -p COPYING.LESSER $DOCDIR/license.txt
\
cd $PKGDIR_PROD/bin
ln -s searchmonkey search
ln -s searchmonkey SearchMonkey

#---------------------------------------------------------------------

# Original URLs. These URLs were valid at one point, but may have died
# since then. If you download newer versions of tarballs [etc.], don't
# delete  the  original versions,  as you may not  be able  to replace
# them.

[urls]
url_debian  = n/a
url_home    = http://searchmonkey.sourceforge.net/
url_lfs     = n/a

url_tarball = http://downloads.sourceforge.net/sourceforge/\
searchmonkey/searchmonkey-0.8.1.tar.gz

#---------------------------------------------------------------------

[about]
"search"  [AKA "SearchMonkey"]  is a useful  tool  that  locates files
stored on local disks by filename  ["find"-style searches] or embedded
text ["grep"-style searches].