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

Andreas Radke andyrtr at archlinux.org
Thu Jan 17 07:32:45 UTC 2019


    Date: Thursday, January 17, 2019 @ 07:32:44
  Author: andyrtr
Revision: 344335

archrelease: copy trunk to testing-x86_64

Added:
  ell/repos/testing-x86_64/
  ell/repos/testing-x86_64/PKGBUILD
    (from rev 344334, ell/trunk/PKGBUILD)

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

Copied: ell/repos/testing-x86_64/PKGBUILD (from rev 344334, ell/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-01-17 07:32:44 UTC (rev 344335)
@@ -0,0 +1,36 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=ell
+_commit=ebc021cee3b2d20ca2af5e3ed02495da616b2fd3 # tags/0.17
+pkgver=0.17
+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