[arch-commits] Commit in ell/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Thu Oct 24 10:53:20 UTC 2019
Date: Thursday, October 24, 2019 @ 10:53:19
Author: andyrtr
Revision: 365420
archrelease: copy trunk to extra-x86_64
Added:
ell/repos/extra-x86_64/PKGBUILD
(from rev 365419, ell/trunk/PKGBUILD)
Deleted:
ell/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 10:53:11 UTC (rev 365419)
+++ PKGBUILD 2019-10-24 10:53:19 UTC (rev 365420)
@@ -1,33 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=ell
-pkgver=0.24
-pkgrel=1
-pkgdesc="Embedded Linux library"
-arch=(x86_64)
-url="https://01.org/ell"
-#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/"
-license=('LGPL2.1')
-depends=('glibc')
-source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('2f96de39c48cc7facf91015a4dbb123541a8f7818cffa7885db6f8837837cc15'
- 'SKIP')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann <marcel at holtmann.org>"
-
-build() {
- #cd "$pkgname"
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd "$pkgname-$pkgver"
- make -k check
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}
Copied: ell/repos/extra-x86_64/PKGBUILD (from rev 365419, ell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-24 10:53:19 UTC (rev 365420)
@@ -0,0 +1,33 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=ell
+pkgver=0.25
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://01.org/ell"
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/"
+license=('LGPL2.1')
+depends=('glibc')
+source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('7f2be568219d991d566ca50c58a56e69df9a248619fed758dcd9a4b04e655e5b'
+ 'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann <marcel at holtmann.org>"
+
+build() {
+ #cd "$pkgname"
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list