[arch-commits] Commit in libnet/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:44:04 UTC 2018


    Date: Monday, June 4, 2018 @ 13:44:03
  Author: felixonmars
Revision: 325795

archrelease: copy trunk to extra-x86_64

Added:
  libnet/repos/extra-x86_64/PKGBUILD
    (from rev 325794, libnet/trunk/PKGBUILD)
Deleted:
  libnet/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:43:42 UTC (rev 325794)
+++ PKGBUILD	2018-06-04 13:44:03 UTC (rev 325795)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=libnet
-pkgver=1.1.6
-pkgrel=2
-pkgdesc="A library which provides API for commonly used low-level net functions"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/libnet-dev/"
-license=('BSD')
-depends=('glibc' 'sh')
-source=("http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz")
-md5sums=('710296fe424a49344e5fcc0d09e53317')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make CFLAGS="${CFLAGS} -fPIC"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 doc/COPYING \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libnet/repos/extra-x86_64/PKGBUILD (from rev 325794, libnet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:44:03 UTC (rev 325795)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=libnet
+pkgver=1.1.6
+pkgrel=3
+pkgdesc="A library which provides API for commonly used low-level net functions"
+arch=('x86_64')
+url="https://sourceforge.net/projects/libnet-dev/"
+license=('BSD')
+depends=('glibc' 'sh')
+source=("https://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('a67e502b0e6957ca590e47cb50b0472dd83d622d84c62818d665d771616df91b5a8fa8fcf1040d13b7860aaabaf338152ef40f66ab97c3fc9502edb08cea0bb6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make CFLAGS="${CFLAGS} -fPIC"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 doc/COPYING \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list