[arch-commits] Commit in vlan/repos (4 files)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Mon Jun 10 15:16:15 UTC 2013
Date: Monday, June 10, 2013 @ 17:16:14
Author: seblu
Revision: 92650
archrelease: copy trunk to community-i686, community-x86_64
Added:
vlan/repos/community-i686/PKGBUILD
(from rev 92649, vlan/trunk/PKGBUILD)
vlan/repos/community-x86_64/PKGBUILD
(from rev 92649, vlan/trunk/PKGBUILD)
Deleted:
vlan/repos/community-i686/PKGBUILD
vlan/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 64 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 27 ------------------
community-x86_64/PKGBUILD | 27 ------------------
3 files changed, 64 insertions(+), 54 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-06-10 15:16:04 UTC (rev 92649)
+++ community-i686/PKGBUILD 2013-06-10 15:16:14 UTC (rev 92650)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=vlan
-pkgver=1.9
-pkgrel=2
-pkgdesc='Virtual LAN configuration utility'
-arch=('i686' 'x86_64')
-url='http://www.candelatech.com/~greear/vlan.html'
-license=('GPL')
-source=("http://www.candelatech.com/~greear/vlan/vlan.${pkgver}.tar.gz")
-md5sums=('5f0c6060b33956fb16e11a15467dd394')
-
-build() {
- cd $pkgname
- make clean all
-}
-
-package() {
- cd $pkgname
- install -D -m755 'vconfig' "$pkgdir/usr/bin/vconfig"
- install -D -m755 'macvlan_config' "$pkgdir/usr/bin/macvlan_config"
- install -D -m644 'vconfig.8' "$pkgdir/usr/share/man/man8/vconfig.8"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: vlan/repos/community-i686/PKGBUILD (from rev 92649, vlan/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-10 15:16:14 UTC (rev 92650)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=vlan
+pkgver=1.9
+pkgrel=3
+pkgdesc='Virtual LAN configuration utility'
+arch=('i686' 'x86_64')
+url='http://www.candelatech.com/~greear/vlan.html'
+license=('GPL')
+source=("http://www.candelatech.com/~greear/vlan/vlan.${pkgver}.tar.gz")
+md5sums=('5f0c6060b33956fb16e11a15467dd394')
+
+build() {
+ cd $pkgname
+ # don't call clean and all on the same line with -jn (with n > 0)
+ # there is a race condition, both target are launched at the same time
+ # and as upstream provide target nothing is built.
+ # don't use !makeflags in PKGBUILD options to not penalize building
+ make clean
+ make all
+}
+
+package() {
+ cd $pkgname
+ install -D -m755 'vconfig' "$pkgdir/usr/bin/vconfig"
+ install -D -m755 'macvlan_config' "$pkgdir/usr/bin/macvlan_config"
+ install -D -m644 'vconfig.8' "$pkgdir/usr/share/man/man8/vconfig.8"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-06-10 15:16:04 UTC (rev 92649)
+++ community-x86_64/PKGBUILD 2013-06-10 15:16:14 UTC (rev 92650)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=vlan
-pkgver=1.9
-pkgrel=2
-pkgdesc='Virtual LAN configuration utility'
-arch=('i686' 'x86_64')
-url='http://www.candelatech.com/~greear/vlan.html'
-license=('GPL')
-source=("http://www.candelatech.com/~greear/vlan/vlan.${pkgver}.tar.gz")
-md5sums=('5f0c6060b33956fb16e11a15467dd394')
-
-build() {
- cd $pkgname
- make clean all
-}
-
-package() {
- cd $pkgname
- install -D -m755 'vconfig' "$pkgdir/usr/bin/vconfig"
- install -D -m755 'macvlan_config' "$pkgdir/usr/bin/macvlan_config"
- install -D -m644 'vconfig.8' "$pkgdir/usr/share/man/man8/vconfig.8"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: vlan/repos/community-x86_64/PKGBUILD (from rev 92649, vlan/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-06-10 15:16:14 UTC (rev 92650)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=vlan
+pkgver=1.9
+pkgrel=3
+pkgdesc='Virtual LAN configuration utility'
+arch=('i686' 'x86_64')
+url='http://www.candelatech.com/~greear/vlan.html'
+license=('GPL')
+source=("http://www.candelatech.com/~greear/vlan/vlan.${pkgver}.tar.gz")
+md5sums=('5f0c6060b33956fb16e11a15467dd394')
+
+build() {
+ cd $pkgname
+ # don't call clean and all on the same line with -jn (with n > 0)
+ # there is a race condition, both target are launched at the same time
+ # and as upstream provide target nothing is built.
+ # don't use !makeflags in PKGBUILD options to not penalize building
+ make clean
+ make all
+}
+
+package() {
+ cd $pkgname
+ install -D -m755 'vconfig' "$pkgdir/usr/bin/vconfig"
+ install -D -m755 'macvlan_config' "$pkgdir/usr/bin/macvlan_config"
+ install -D -m644 'vconfig.8' "$pkgdir/usr/share/man/man8/vconfig.8"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list