updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / chownat / PKGBUILD
blob2fcebd4267c73b4b2c8e642be180a2f5a0746712
1 # Contributer: Matthew Bauer <mjbauer95@gmail.com>
2 pkgname=chownat
3 pkgver=0.08b
4 pkgrel=1
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."
6 arch=(any)
7 url="http://samy.pl/chownat"
8 license=('custom')
9 depends=('perl' 'perl-digest-md4')
10 source=(http://samy.pl/chownat/chownat.pl-v${pkgver})
11 md5sums=('a0a5333d9b835d5420349b3d5f828457')
13 build() {
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