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

2020-08-26 Thread Christian Hesse via arch-commits
Date: Wednesday, August 26, 2020 @ 07:00:22
  Author: eworm
Revision: 394723

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: f2fs-tools/repos/testing-x86_64/PKGBUILD (from rev 394722, 
f2fs-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-26 07:00:22 UTC (rev 394723)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+
+pkgname=f2fs-tools
+_tag='d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb' # git rev-parse v${pkgver}
+pkgver=1.14.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/'
+provides=('libf2fs.so' 'bf2fs_format.so')
+depends=('util-linux')
+makedepends=('git')
+license=('GPL')
+validpgpkeys=('D3452A79D8C2B4EAC656F4224014A87E824850D2') # Jaegeuk Kim 

+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git#tag=${_tag};)
+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
+}


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

2019-09-26 Thread Christian Hesse via arch-commits
Date: Thursday, September 26, 2019 @ 19:28:32
  Author: eworm
Revision: 363471

archrelease: copy trunk to testing-x86_64

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

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

Copied: f2fs-tools/repos/testing-x86_64/PKGBUILD (from rev 363470, 
f2fs-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-26 19:28:32 UTC (rev 363471)
@@ -0,0 +1,39 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+
+pkgname=f2fs-tools
+pkgver=1.13.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 

+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
+}


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

2018-11-22 Thread Christian Hesse via arch-commits
Date: Thursday, November 22, 2018 @ 10:10:41
  Author: eworm
Revision: 340232

archrelease: copy trunk to testing-x86_64

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

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

Copied: f2fs-tools/repos/testing-x86_64/PKGBUILD (from rev 340231, 
f2fs-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-22 10:10:41 UTC (rev 340232)
@@ -0,0 +1,36 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+
+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 

+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
+}


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

2018-07-10 Thread Christian Hesse via arch-commits
Date: Tuesday, July 10, 2018 @ 20:13:43
  Author: eworm
Revision: 328225

archrelease: copy trunk to testing-x86_64

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

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

Copied: f2fs-tools/repos/testing-x86_64/PKGBUILD (from rev 328224, 
f2fs-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-07-10 20:13:43 UTC (rev 328225)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+
+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
+}


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

2018-01-30 Thread Christian Hesse via arch-commits
Date: Tuesday, January 30, 2018 @ 22:47:43
  Author: eworm
Revision: 315644

archrelease: copy trunk to testing-x86_64

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

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

Copied: f2fs-tools/repos/testing-x86_64/PKGBUILD (from rev 315643, 
f2fs-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-30 22:47:43 UTC (rev 315644)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+
+pkgname=f2fs-tools
+pkgver=1.10.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=('e841b086dbe02e3553b2c2ecb8c11a7990cfa9ca835c3d7aea6d600c6a543316')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+
+   autoreconf -fi
+   ./configure --prefix=/usr --sbindir=/usr/bin
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}