updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / socket_plus_plus / PKGBUILD
blob419808486ca23ff2c93ea4c5a24fe713b4c7d55d
1 # Contributor: Masse Nicolas <masse.nicolas@gmail.com>
3 pkgname=socket_plus_plus
4 pkgver=1.12.12
5 pkgrel=1
6 pkgdesc="C++ class library wrapping the berkeley sockets C API into C++ iostreams"
7 url="http://www.linuxhacker.at/socketxx"
8 makedepends=(make-info)
9 depends=(gcc glibc)
10 source=(http://src.linuxhacker.at/socket++/socket++-$pkgver.tar.gz)
11 md5sums=('b96e06129504ae2b4005a5834264c5a4')
13 build() {
14   cd $startdir/src/$socket++-$pkgver
15   ./autogen
16   ./configure --prefix=/usr
17   make || return 1
18   make DESTDIR=$startdir/pkg install