[arch-commits] Commit in (iwd iwd/repos iwd/trunk iwd/trunk/PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sat Feb 10 23:44:22 UTC 2018


    Date: Saturday, February 10, 2018 @ 23:44:21
  Author: shibumi
Revision: 291690

first IWD release

Added:
  iwd/
  iwd/repos/
  iwd/trunk/
  iwd/trunk/PKGBUILD

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

Added: iwd/trunk/PKGBUILD
===================================================================
--- iwd/trunk/PKGBUILD	                        (rev 0)
+++ iwd/trunk/PKGBUILD	2018-02-10 23:44:21 UTC (rev 291690)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=iwd
+pkgver=0.1
+pkgrel=1
+pkgdesc='Internet Wireless Daemon'
+arch=('x86_64')
+url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
+license=('LGPL')
+depends=('glibc')
+provides=('iwd')
+conflicts=('iwd')
+source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
+sha512sums=('a0c0f1761edcc779509d77c9f32bf4e590976ae8806a0b34784eb2a937a758786cf839caa62e0cab853686f5940102bb2fa346f95eae502d25d912ae872c52d4'
+            'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+
+# vim: set ts=2 sw=2 ft=sh noet:


Property changes on: iwd/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list