# Description: a socks client and server implementation for UNIX # URL: http://www.inet.no/dante/ # Maintainer: LeMarsu # Packager: ch.ruelle@lemarsu.com # Depends on: name=dante version=1.1.15 release=1 source=(ftp://ftp.inet.no/pub/socks/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --enable-clientdl --enable-preload make make DESTDIR=$PKG install mkdir $PKG/etc cp example/socks.conf $PKG/etc cp example/sockd.conf $PKG/etc }