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

Andreas Radke andyrtr at archlinux.org
Sun Jun 3 12:49:28 UTC 2018


    Date: Sunday, June 3, 2018 @ 12:49:28
  Author: andyrtr
Revision: 325626

new pkg required by bluez >=5.50

Added:
  ell/
  ell/repos/
  ell/trunk/
  ell/trunk/PKGBUILD

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

Added: ell/trunk/PKGBUILD
===================================================================
--- ell/trunk/PKGBUILD	                        (rev 0)
+++ ell/trunk/PKGBUILD	2018-06-03 12:49:28 UTC (rev 325626)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 325570 2018-06-03 06:02:24Z andyrtr $
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=ell
+_commit=726ca36c2a494d7b22222f35a0cedf04114cdabf  # tags/0.5
+pkgver=0.5
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://git.kernel.org/pub/scm/libs/ell/ell.git/"
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('git')
+source=("git+https://git.kernel.org/pub/scm/libs/ell/ell.git/#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+  ./bootstrap
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname"
+  make -k check
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list