Package Details: uml_utilities_tunpatch 20070815-1

Package Base: uml_utilities_tunpatch
Description: User Mode Linux Utilities - patched to let tunctl handle tun devices
Upstream URL: http://user-mode-linux.sourceforge.net/
Category: system
Licenses: GPL2
Submitter: romen
Maintainer: None
Last Packager: None
Votes: 9
First Submitted: 2009-06-13 10:55
Last Updated: 2009-06-13 10:55

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by Alister.Hood

2013-07-22 10:53

Please update. This would be even better:

build() {
cd $srcdir/tools-$pkgver
patch -p1 < $srcdir/tunctl-IFF_TUN.patch
sed 's|lib64|lib|g' -i Makefile
CFLAGS="$CFLAGS -DTUNTAP -g -Wall"
make all
}

package() {
cd $srcdir/tools-$pkgver
make DESTDIR=$pkgdir install
chown root $pkgdir/usr/bin/*
}

Comment by RunningDroid

2013-06-18 03:26

Here's a PKGBUILD that works with the current Pacman: http://sprunge.us/iVPc