4 pkgdesc="Dns2tcp is a tool for relaying TCP connections over DNS"
6 url="http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en"
8 source=(http://www.hsc.fr/ressources/outils/dns2tcp/download/$pkgname-$pkgver.tar.gz)
9 md5sums=('51c5dc69f5814c2936ce6832217d292d')
12 cd "$srcdir/$pkgname-$pkgver"
14 ./configure --prefix=/usr
16 make DESTDIR="$pkgdir" install
19 # vim:set ts=2 sw=2 et: