1 # Contributer: Matthew Bauer <mjbauer95@gmail.com>
5 pkgdesc="chownat, pronounced \"chone nat\", allows two peers behind two separate NATs with NO port forwarding and NO DMZ setup on their routers to directly communicate with each other."
7 url="http://samy.pl/chownat"
9 depends=('perl' 'perl-digest-md4')
10 source=(http://samy.pl/chownat/chownat.pl-v${pkgver})
11 md5sums=('a0a5333d9b835d5420349b3d5f828457')
14 mkdir -p $pkgdir/usr/bin
15 cp $srcdir/chownat.pl-v${pkgver} $pkgdir/usr/bin/chownat
16 chmod a+x $pkgdir/usr/bin/chownat