# Description: Dictionary Client for the DICT protocol # URL: http://www.dict.org/ # Maintainer: Vincenzo Colosimo, vico at bicisport dot de # Note: I only use the client not the server part name=dictd version=1.10.0 release=1 source=(http://dl.sourceforge.net/sourceforge/dict/${name}-${version}.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --sysconfdir=/usr/etc/dict \ --with-cflags="${CFLAGS}" make dict make DESTDIR=$PKG install.dict install -d $PKG/usr/etc/dict echo "server dict.org" > $PKG/usr/etc/dict/dict.conf }