1 # Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
2 # Contributor: Judd Vinet <jvinet@zeroflux.org>
7 pkgdesc="VLAN configuration utility"
9 url='http://www.candelatech.com/~greear/vlan.html'
11 source=("http://www.candelatech.com/~greear/vlan/vlan.${pkgver}.tar.gz")
12 md5sums=('5f0c6060b33956fb16e11a15467dd394')
21 install -D -m755 'vconfig' "$pkgdir/usr/sbin/vconfig"
22 install -D -m755 'macvlan_config' "$pkgdir/usr/sbin/macvlan_config"
23 install -D -m644 'vconfig.8' "$pkgdir/usr/share/man/man8/vconfig.8"
26 # vim:set ts=2 sw=2 ft=sh et: