[arch-commits] Commit in progsreiserfs/repos (3 files)

Felix Yan felixonmars at archlinux.org
Sat May 16 09:48:05 UTC 2020


    Date: Saturday, May 16, 2020 @ 09:48:05
  Author: felixonmars
Revision: 383945

archrelease: copy trunk to staging-x86_64

Added:
  progsreiserfs/repos/staging-x86_64/
  progsreiserfs/repos/staging-x86_64/PKGBUILD
    (from rev 383942, progsreiserfs/trunk/PKGBUILD)
  progsreiserfs/repos/staging-x86_64/fix-underquoted-definition.patch
    (from rev 383943, progsreiserfs/trunk/fix-underquoted-definition.patch)

----------------------------------+
 PKGBUILD                         |   31 +++++++++++++++++++++++++++++++
 fix-underquoted-definition.patch |   11 +++++++++++
 2 files changed, 42 insertions(+)

Copied: progsreiserfs/repos/staging-x86_64/PKGBUILD (from rev 383942, progsreiserfs/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 09:48:05 UTC (rev 383945)
@@ -0,0 +1,31 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=progsreiserfs
+pkgver=0.3.0.5
+pkgrel=10
+pkgdesc="library for accessing and manipulating reiserfs partitions"
+arch=(x86_64)
+url="https://www.namesys.com"
+license=('GPL')
+depends=('e2fsprogs')
+source=(#ftp://ftp.namesys.com/pub/libreiserfs/${pkgname}-${pkgver}.tar.gz
+	https://sources.archlinux.org/other/progsreiserfs/${pkgname}-${pkgver}.tar.gz
+        fix-underquoted-definition.patch
+	)
+sha512sums=('e2b94c778796492e66578b3dde8601d8670c11344dca2082eccf648f8bf26a226d07c26333d91357b081c50b09aed4b7f9a5bb1a6c985808c55db02c83e24ce3'
+            '2450b032af7141a90c69584ca4f4d0830a12c35525829d0850207734c218dd83e1d4f49236e835fb93992ac8d4d310d4d63db7038aa49bac32ec60d828cc0bbf')
+
+build()        {
+        cd ${pkgname}-${pkgver}
+        patch -Np0 -i ../fix-underquoted-definition.patch
+        ./configure --prefix=/usr --mandir=/usr/share/man 
+        make
+}
+package() {
+        cd ${pkgname}-${pkgver} 
+        make DESTDIR="${pkgdir}" install
+        # only provide lib and includes files
+        # https://bugs.archlinux.org/task/22255
+        rm -r "${pkgdir}"/usr/sbin
+	rm -r "${pkgdir}"/usr/share/man/
+}

Copied: progsreiserfs/repos/staging-x86_64/fix-underquoted-definition.patch (from rev 383943, progsreiserfs/trunk/fix-underquoted-definition.patch)
===================================================================
--- staging-x86_64/fix-underquoted-definition.patch	                        (rev 0)
+++ staging-x86_64/fix-underquoted-definition.patch	2020-05-16 09:48:05 UTC (rev 383945)
@@ -0,0 +1,11 @@
+--- progsreiserfs.m4~	2011-08-26 17:02:36.263433559 +0200
++++ progsreiserfs.m4	2011-08-26 17:02:36.263433559 +0200
+@@ -10,7 +10,7 @@
+ dnl Adds the required libraries to $REISERFS_LIBS and does an
+ dnl AC_SUBST(REISERFS_LIBS)
+ 
+-AC_DEFUN(AC_CHECK_LIBREISERFS,
++AC_DEFUN([AC_CHECK_LIBREISERFS],
+ [
+ 
+ dnl save LIBS



More information about the arch-commits mailing list