Date: Thursday, December 10, 2015 @ 11:19:41
  Author: tpowa
Revision: 255741

archrelease: copy trunk to testing-i686, testing-x86_64

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

-------------------------+
 testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: f2fs-tools/repos/testing-i686/PKGBUILD (from rev 255740, 
f2fs-tools/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-12-10 10:19:41 UTC (rev 255741)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski <[email protected]>
+# Contributor: Christian Hesse <[email protected]>
+
+pkgname=f2fs-tools
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/f2fs-tools/";
+depends=('util-linux')
+license=('GPL')
+source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz";)
+md5sums=('a98553e82ff77db7443a7f2f0b796d48')
+
+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 255740, 
f2fs-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-12-10 10:19:41 UTC (rev 255741)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski <[email protected]>
+# Contributor: Christian Hesse <[email protected]>
+
+pkgname=f2fs-tools
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/f2fs-tools/";
+depends=('util-linux')
+license=('GPL')
+source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz";)
+md5sums=('a98553e82ff77db7443a7f2f0b796d48')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+
+       autoreconf -fi
+       ./configure --prefix=/usr --sbindir=/usr/bin
+       make
+}
+
+package() {
+       cd "${pkgname}-${pkgver}"
+
+       make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}

Reply via email to