1 # Maintainer: pullmoll <sf at i2pmail dot org>
2 # Contributor: macieks <macieks at freesco dot pl>
6 pkgdesc="C++ class library wrapping the berkeley sockets C API"
8 url="http://www.alhem.net/Sockets/"
10 makedepends=('sed>=4.2')
12 source=(http://www.alhem.net/Sockets/Sockets-$pkgver.tar.gz)
13 md5sums=('246d8b801b12d756928ec2672747e610')
15 cd $srcdir/Sockets-$pkgver
16 sed -e "s/\/\/#define ENABLE_SOCKS4/#define ENABLE_SOCKS4/g" -i sockets-config.h
21 cd $startdir/src/Sockets-$pkgver
22 make PREFIX=$pkgdir/usr install