opt/htdig/Pkgfile

18 lines
343 B
Plaintext
Raw Normal View History

2006-04-11 12:23:11 +02:00
# Description: a complete HTML indexing and searching system
# URL: http://www.htdig.org/
2006-10-18 18:52:48 +02:00
# Maintainer:
2006-04-11 12:23:11 +02:00
# 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
}