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

Christian Hesse eworm at archlinux.org
Wed Jul 11 09:08:14 UTC 2018


    Date: Wednesday, July 11, 2018 @ 09:08:13
  Author: eworm
Revision: 328243

archrelease: copy trunk to testing-x86_64

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

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 38 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-11 09:08:06 UTC (rev 328242)
+++ PKGBUILD	2018-07-11 09:08:13 UTC (rev 328243)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Christian Hesse <mail at eworm.de>
-
-pkgname=f2fs-tools
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="Tools for Flash-Friendly File System (F2FS)"
-arch=('x86_64')
-url='http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
-depends=('util-linux')
-license=('GPL')
-source=("https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz")
-sha256sums=('b916ac7cda902502cf18de98da94921f71edbab40fb0437d757f0716191c79e3')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-
-	autoreconf -fi
-	./configure --prefix=/usr --sbindir=/usr/bin
-	make
-}
-
-package() {
-	cd "${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
-}

Copied: f2fs-tools/repos/testing-x86_64/PKGBUILD (from rev 328242, f2fs-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-11 09:08:13 UTC (rev 328243)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+
+pkgname=f2fs-tools
+pkgver=1.11.0
+pkgrel=2
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('x86_64')
+url='http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
+depends=('util-linux')
+license=('GPL')
+source=("https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz")
+sha256sums=('b916ac7cda902502cf18de98da94921f71edbab40fb0437d757f0716191c79e3')
+
+prepare() {
+	cd "${pkgname}-${pkgver}"
+
+	# sg_write_buffer is provided in sg3_utils
+	sed -i '/sg_write_buffer/d' tools/Makefile.am
+	
+	autoreconf -fi
+}
+
+build() {
+	cd "${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--sbindir=/usr/bin
+	make
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}



More information about the arch-commits mailing list