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

Christian Hesse eworm at archlinux.org
Thu Nov 22 12:01:26 UTC 2018


    Date: Thursday, November 22, 2018 @ 12:01:25
  Author: eworm
Revision: 340276

archrelease: copy trunk to testing-x86_64

Added:
  f2fs-tools/repos/testing-x86_64/PKGBUILD
    (from rev 340275, f2fs-tools/trunk/PKGBUILD)
Deleted:
  f2fs-tools/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-22 12:01:18 UTC (rev 340275)
+++ PKGBUILD	2018-11-22 12:01:25 UTC (rev 340276)
@@ -1,36 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Christian Hesse <mail at eworm.de>
-
-pkgname=f2fs-tools
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='Tools for Flash-Friendly File System (F2FS)'
-arch=('x86_64')
-url='https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
-depends=('util-linux')
-makedepends=('git')
-license=('GPL')
-validpgpkeys=('D3452A79D8C2B4EAC656F4224014A87E824850D2') # Jaegeuk Kim <jaegeuk at kernel.org>
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git#tag=v${pkgver}?signed")
-sha256sums=('SKIP')
-
-prepare() {
-	cd "${pkgname}"
-
-	autoreconf -fi
-}
-
-build() {
-	cd "${pkgname}"
-
-	./configure \
-		--prefix=/usr \
-		--sbindir=/usr/bin
-	make
-}
-
-package() {
-	cd "${pkgname}"
-
-	make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
-}

Copied: f2fs-tools/repos/testing-x86_64/PKGBUILD (from rev 340275, f2fs-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-22 12:01:25 UTC (rev 340276)
@@ -0,0 +1,39 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+
+pkgname=f2fs-tools
+pkgver=1.12.0
+pkgrel=2
+pkgdesc='Tools for Flash-Friendly File System (F2FS)'
+arch=('x86_64')
+url='https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
+depends=('util-linux')
+makedepends=('git')
+license=('GPL')
+validpgpkeys=('D3452A79D8C2B4EAC656F4224014A87E824850D2') # Jaegeuk Kim <jaegeuk at kernel.org>
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git#tag=v${pkgver}?signed")
+sha256sums=('SKIP')
+
+prepare() {
+	cd "${pkgname}"
+
+	# /usr/bin/sg_write_buffer is provided in sg3_utils
+	sed -i '/sg_write_buffer/d' tools/Makefile.am
+
+	autoreconf -fi
+}
+
+build() {
+	cd "${pkgname}"
+
+	./configure \
+		--prefix=/usr \
+		--sbindir=/usr/bin
+	make
+}
+
+package() {
+	cd "${pkgname}"
+
+	make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}



More information about the arch-commits mailing list