[arch-commits] Commit in libnl1/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:05:06 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:05:06
  Author: felixonmars
Revision: 658329

archrelease: copy trunk to community-staging-x86_64

Added:
  libnl1/repos/community-staging-x86_64/
  libnl1/repos/community-staging-x86_64/PKGBUILD
    (from rev 658328, libnl1/trunk/PKGBUILD)

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

Copied: libnl1/repos/community-staging-x86_64/PKGBUILD (from rev 658328, libnl1/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 13:05:06 UTC (rev 658329)
@@ -0,0 +1,25 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libnl1
+pkgver=1.1.4
+pkgrel=3
+pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
+arch=('x86_64')
+url="https://www.infradead.org/~tgr/libnl/"
+license=('GPL')
+depends=('glibc')
+options=('!staticlibs')
+source=("https://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz")
+sha512sums=('25e26ddcc16540346ea34815ab6ac094177e5cee2eb3d843c4f8b30cd9d83390a3e87cb46046dc3bd9ae4d21f77e57bb3827c2cfc588eb18afe049921f2030b4')
+
+build() {
+  cd libnl-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libnl-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list