mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
vde2: 2.3.2
This commit is contained in:
parent
741129d85f
commit
00636f466e
@ -6,7 +6,7 @@
|
||||
pkgname=qemu
|
||||
_pkgname=kvm
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Generic and open source processor emulator using dynamic translation to improve speed."
|
||||
arch=('x86_64')
|
||||
license=('GPL2' 'LGPL2.1')
|
||||
|
@ -4,8 +4,8 @@
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
||||
|
||||
pkgname=vde2
|
||||
pkgver=2.3.1
|
||||
pkgrel=2
|
||||
pkgver=2.3.2
|
||||
pkgrel=1
|
||||
pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
|
||||
url="http://sourceforge.net/projects/vde/"
|
||||
license=("GPL" "LGPL" "CUSTOM")
|
||||
@ -20,7 +20,7 @@ source=(http://downloads.sourceforge.net/vde/$pkgname-$pkgver.tar.bz2
|
||||
vde-connection.sample
|
||||
vde.conf
|
||||
vde.rc)
|
||||
md5sums=('22a7913beb50d6706155fc502ff3cbbe'
|
||||
md5sums=('46fbc5f97f03dc517aa3b2c9d9ea6628'
|
||||
'7d9bc56d2e561d849e915000d1c0f269'
|
||||
'a920123fc620bcedbccb703a8d1bdc55'
|
||||
'cb8ace28e8efd4dad128be4be71b3b07'
|
||||
@ -37,13 +37,13 @@ build() {
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
make -j1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc libexecdir=$pkgdir/usr/lib/vde2 install
|
||||
make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc sbindir=$pkgdir/usr/bin libexecdir=$pkgdir/usr/lib/vde2 install
|
||||
|
||||
# Additional files.
|
||||
install -D -m 755 ../vde.rc $pkgdir/etc/rc.d/vde
|
||||
|
Loading…
Reference in New Issue
Block a user