opt/htdig/Pkgfile
2006-10-18 16:52:48 +00:00

18 lines
343 B
Plaintext

# Description: a complete HTML indexing and searching system
# URL: http://www.htdig.org/
# Maintainer:
# Packager:
name=htdig
version=3.2.0b6
release=1
source=(http://www.htdig.org/files/htdig-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-debug
make
make DESTDIR=$PKG install
}