[arch-commits] Commit in mtd-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Sep 3 23:16:57 UTC 2019


    Date: Tuesday, September 3, 2019 @ 23:16:57
  Author: anthraxx
Revision: 507983

archrelease: copy trunk to community-x86_64

Added:
  mtd-utils/repos/community-x86_64/PKGBUILD
    (from rev 507982, mtd-utils/trunk/PKGBUILD)
Deleted:
  mtd-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-03 23:16:51 UTC (rev 507982)
+++ PKGBUILD	2019-09-03 23:16:57 UTC (rev 507983)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Phil Pirozhkov <pirjsuka at gmail.com>
-
-pkgname=mtd-utils
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Utilities for dealing with MTD devices'
-url='http://www.linux-mtd.infradead.org/'
-arch=('x86_64')
-license=('GPL2')
-depends=('lzo' 'util-linux')
-source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha512sums=('256ac62f8b042bc4e6a1e5ec8e2975c8abfb4d52afae62cdd25bb975d2ea6bc5219fe36a614c90ed8f417985996bfb6a6babfce6e4254f12f305ca1994adf4fb'
-            'SKIP')
-validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: mtd-utils/repos/community-x86_64/PKGBUILD (from rev 507982, mtd-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-03 23:16:57 UTC (rev 507983)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Phil Pirozhkov <pirjsuka at gmail.com>
+
+pkgname=mtd-utils
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Utilities for dealing with MTD devices'
+url='http://www.linux-mtd.infradead.org/'
+arch=('x86_64')
+license=('GPL2')
+depends=('lzo' 'util-linux' 'zstd' 'zlib')
+makedepends=('cmocka')
+source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha512sums=('615b27f6c4c9f392715060467b5728aeb1e774256e661e2b84126464e69a5e1140646e2cf9d6e42d6279c6396c1b2204f545023e5be09d02afb1587d62c4399e'
+            'SKIP')
+validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --enable-unit-tests \
+    --enable-tests
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list