[arch-commits] Commit in jfsutils/repos (6 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Thu May 16 18:31:08 UTC 2013


    Date: Thursday, May 16, 2013 @ 20:31:08
  Author: bisson
Revision: 185641

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

Added:
  jfsutils/repos/testing-i686/
  jfsutils/repos/testing-i686/PKGBUILD
    (from rev 185640, jfsutils/trunk/PKGBUILD)
  jfsutils/repos/testing-i686/inttypes.patch
    (from rev 185640, jfsutils/trunk/inttypes.patch)
  jfsutils/repos/testing-x86_64/
  jfsutils/repos/testing-x86_64/PKGBUILD
    (from rev 185640, jfsutils/trunk/PKGBUILD)
  jfsutils/repos/testing-x86_64/inttypes.patch
    (from rev 185640, jfsutils/trunk/inttypes.patch)

-------------------------------+
 testing-i686/PKGBUILD         |   39 +++++++++++++++++++++++++++++++++++++++
 testing-i686/inttypes.patch   |   12 ++++++++++++
 testing-x86_64/PKGBUILD       |   39 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/inttypes.patch |   12 ++++++++++++
 4 files changed, 102 insertions(+)

Copied: jfsutils/repos/testing-i686/PKGBUILD (from rev 185640, jfsutils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-05-16 18:31:08 UTC (rev 185641)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=jfsutils
+pkgver=1.1.15
+pkgrel=4
+pkgdesc='JFS filesystem utilities'
+url='http://jfs.sourceforge.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('util-linux')
+source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz"
+        'inttypes.patch')
+sha1sums=('291e8bd9d615cf3d27e4000117c81a3602484a50'
+          '88551e7d8418bab0df4643dce248110d4c9b0a53')
+
+groups=('base')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../inttypes.patch
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --sbindir=/usr/bin 
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: jfsutils/repos/testing-i686/inttypes.patch (from rev 185640, jfsutils/trunk/inttypes.patch)
===================================================================
--- testing-i686/inttypes.patch	                        (rev 0)
+++ testing-i686/inttypes.patch	2013-05-16 18:31:08 UTC (rev 185641)
@@ -0,0 +1,12 @@
+diff -Naur old/libfs/devices.h new/libfs/devices.h
+--- old/libfs/devices.h	2005-11-23 07:43:55.000000000 +1100
++++ new/libfs/devices.h	2013-01-06 11:30:25.381538024 +1100
+@@ -40,6 +40,8 @@
+ #define ERROR_INVALID_PARAMETER	87
+ #define ERROR_DISK_FULL		112
+ 
++#include <inttypes.h>
++
+ struct stat;
+ 
+ int ujfs_get_dev_size(FILE *, int64_t * size);

Copied: jfsutils/repos/testing-x86_64/PKGBUILD (from rev 185640, jfsutils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-05-16 18:31:08 UTC (rev 185641)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=jfsutils
+pkgver=1.1.15
+pkgrel=4
+pkgdesc='JFS filesystem utilities'
+url='http://jfs.sourceforge.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('util-linux')
+source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz"
+        'inttypes.patch')
+sha1sums=('291e8bd9d615cf3d27e4000117c81a3602484a50'
+          '88551e7d8418bab0df4643dce248110d4c9b0a53')
+
+groups=('base')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../inttypes.patch
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --sbindir=/usr/bin 
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: jfsutils/repos/testing-x86_64/inttypes.patch (from rev 185640, jfsutils/trunk/inttypes.patch)
===================================================================
--- testing-x86_64/inttypes.patch	                        (rev 0)
+++ testing-x86_64/inttypes.patch	2013-05-16 18:31:08 UTC (rev 185641)
@@ -0,0 +1,12 @@
+diff -Naur old/libfs/devices.h new/libfs/devices.h
+--- old/libfs/devices.h	2005-11-23 07:43:55.000000000 +1100
++++ new/libfs/devices.h	2013-01-06 11:30:25.381538024 +1100
+@@ -40,6 +40,8 @@
+ #define ERROR_INVALID_PARAMETER	87
+ #define ERROR_DISK_FULL		112
+ 
++#include <inttypes.h>
++
+ struct stat;
+ 
+ int ujfs_get_dev_size(FILE *, int64_t * size);




More information about the arch-commits mailing list