Date: Wednesday, May 15, 2013 @ 18:14:15
  Author: bisson
Revision: 185599

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  ifenslave/repos/testing-i686/
  ifenslave/repos/testing-i686/PKGBUILD
    (from rev 185598, ifenslave/trunk/PKGBUILD)
  ifenslave/repos/testing-x86_64/
  ifenslave/repos/testing-x86_64/PKGBUILD
    (from rev 185598, ifenslave/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: ifenslave/repos/testing-i686/PKGBUILD (from rev 185598, 
ifenslave/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-05-15 16:14:15 UTC (rev 185599)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Judd Vinet <[email protected]>
+
+pkgname=ifenslave
+pkgver=1.1.0
+pkgrel=8
+pkgdesc='Utility for bonding ethernet interfaces'
+url='http://www.linuxfoundation.org/en/Net:Bonding'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('linux-api-headers')
+source=(ifenslave.c::'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=450faacc')
+sha1sums=('cf0ca36e4a82f259f4bd5d7268ce758581a76fb0')
+
+build() {
+       cd "${srcdir}"
+       gcc -Wall -Wstrict-prototypes ${CFLAGS} ${LDFLAGS} ifenslave.c -o 
ifenslave
+}
+
+package() {
+       cd "${srcdir}"
+       install -Dm755 ifenslave "${pkgdir}"/usr/bin/ifenslave
+}

Copied: ifenslave/repos/testing-x86_64/PKGBUILD (from rev 185598, 
ifenslave/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-05-15 16:14:15 UTC (rev 185599)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Judd Vinet <[email protected]>
+
+pkgname=ifenslave
+pkgver=1.1.0
+pkgrel=8
+pkgdesc='Utility for bonding ethernet interfaces'
+url='http://www.linuxfoundation.org/en/Net:Bonding'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('linux-api-headers')
+source=(ifenslave.c::'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=450faacc')
+sha1sums=('cf0ca36e4a82f259f4bd5d7268ce758581a76fb0')
+
+build() {
+       cd "${srcdir}"
+       gcc -Wall -Wstrict-prototypes ${CFLAGS} ${LDFLAGS} ifenslave.c -o 
ifenslave
+}
+
+package() {
+       cd "${srcdir}"
+       install -Dm755 ifenslave "${pkgdir}"/usr/bin/ifenslave
+}

Reply via email to