Date: Wednesday, May 30, 2018 @ 19:29:55
  Author: jelle
Revision: 325188

archrelease: copy trunk to testing-x86_64

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

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: ifenslave/repos/testing-x86_64/PKGBUILD (from rev 325187, 
ifenslave/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-05-30 19:29:55 UTC (rev 325188)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Judd Vinet <[email protected]>
+
+pkgname=ifenslave
+pkgver=1.1.0
+pkgrel=10
+pkgdesc='Utility for bonding ethernet interfaces'
+url='https://www.linuxfoundation.org/en/Net:Bonding'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('linux-api-headers')
+source=(ifenslave.c::'https://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=450faacc')
+sha256sums=('1c2432a121d9c752175af75b26575b79c3c50d90195ce71c9e736d831f1e50e1')
+
+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