Date: Tuesday, March 18, 2014 @ 10:51:23 Author: spupykin Revision: 107604
upgpkg: openvswitch 2.0.1-1 upd Modified: openvswitch/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-18 09:45:25 UTC (rev 107603) +++ PKGBUILD 2014-03-18 09:51:23 UTC (rev 107604) @@ -1,5 +1,7 @@ -# Maintainer: Pedro Martinez-Julia ([email protected]) -# Contributor: Matt Monaco <net 0x01b dgbaley27> +# $Id$ +# Maintainer: Sergej Pupykin <[email protected]> +# Contributor: Pedro Martinez-Julia ([email protected]) +# Contributor: Matt Monaco <net 0x01b dgbaley27> pkgname=openvswitch pkgver=2.0.1 @@ -6,7 +8,7 @@ pkgrel=1 pkgdesc="Production Quality, Multilayer Open Virtual Switch" url="http://openvswitch.org" -license=(APACHE) +license=('APACHE') arch=(x86_64 i686) install=openvswitch.install source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz" @@ -16,6 +18,7 @@ ovs-vswitchd.service) depends=('openssl') makedepends=('python2') +optdepends=('python2') sha256sums=('014907bcf2f98228dfa4472ea1547871d24b8fb8192dcfff3ead1af93c433a67' '9d30ed859214f4cdeb6b6450d5c5defaf31f2c593c05201109df66fa9373ef0c' 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9' @@ -24,7 +27,6 @@ build() { cd "$srcdir/$pkgname-$pkgver" - ./boot.sh ./configure \ --prefix=/usr \ @@ -43,4 +45,5 @@ install -Dm0644 $srcdir/ovsdb-server.service "$pkgdir/usr/lib/systemd/system/ovsdb-server.service" install -Dm0644 $srcdir/ovs-vswitchd.service "$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service" install -dm0755 "$pkgdir/etc/openvswitch" + rm -rf $pkgdir/run } Property changes on: openvswitch/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
