[arch-commits] Commit in vde2/trunk (PKGBUILD vde2.install)

Tobias Powalowski tpowa at archlinux.org
Fri Jan 8 09:02:58 UTC 2010


    Date: Friday, January 8, 2010 @ 04:02:58
  Author: tpowa
Revision: 62411

upgpkg: vde2 2.2.2-5
    removed profiling

Modified:
  vde2/trunk/PKGBUILD
  vde2/trunk/vde2.install

--------------+
 PKGBUILD     |    4 ++--
 vde2.install |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-08 08:38:27 UTC (rev 62410)
+++ PKGBUILD	2010-01-08 09:02:58 UTC (rev 62411)
@@ -3,7 +3,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=vde2
 pkgver=2.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
 url="http://sourceforge.net/projects/vde/"
 license=("GPL" "LGPL" "CUSTOM")
@@ -25,7 +25,7 @@
   cd $srcdir/$pkgname-$pkgver
   patch -Np1 -i ../vde-path_max.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vde2 \
-             --enable-experimental --enable-profile
+             --enable-experimental
   make || return 1
   make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc libexecdir=$pkgdir/usr/lib/vde2 install || return 1
   install -D -m 755 ../vde.rc $pkgdir/etc/rc.d/vde || return 1

Modified: vde2.install
===================================================================
--- vde2.install	2010-01-08 08:38:27 UTC (rev 62410)
+++ vde2.install	2010-01-08 09:02:58 UTC (rev 62411)
@@ -2,7 +2,7 @@
   echo "Change /etc/conf.d/vde to your needs."
   echo "vde config files should be placed in /etc/vde, sample files are provided."
   echo "iptables and dhcpd sample files have been installed to '/usr/share/vde2'."
-  echo "Merge those examples if needed to the according config files."
+  echo "Merge those examples, if needed to the according config files."
 }
 
 post_upgrade() {




More information about the arch-commits mailing list