[arch-commits] Commit in ell/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Jun 3 12:54:06 UTC 2018
Date: Sunday, June 3, 2018 @ 12:54:05
Author: andyrtr
Revision: 325628
archrelease: copy trunk to testing-x86_64
Added:
ell/repos/testing-x86_64/
ell/repos/testing-x86_64/PKGBUILD
(from rev 325627, ell/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: ell/repos/testing-x86_64/PKGBUILD (from rev 325627, ell/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-03 12:54:05 UTC (rev 325628)
@@ -0,0 +1,37 @@
+# $Id$
+# 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