New package: jfsutils-1.1.15
This commit is contained in:
parent
958e974d9b
commit
6b4a89cd86
2 changed files with 37 additions and 0 deletions
24
srcpkgs/jfsutils/patches/portability.patch
Normal file
24
srcpkgs/jfsutils/patches/portability.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
--- libfs/devices.h 2005-11-23 07:43:55.000000000 +1100
|
||||
+++ 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);
|
||||
--- libfs/fssubs.c.orig 2015-06-03 19:18:02.225624388 +0200
|
||||
+++ libfs/fssubs.c 2015-06-03 19:18:46.216543510 +0200
|
||||
@@ -30,8 +30,9 @@
|
||||
#undef HAVE_GETMNTINFO /* we don't want both */
|
||||
#endif
|
||||
|
||||
-#if HAVE_GETMNTINFO
|
||||
#include <paths.h>
|
||||
+
|
||||
+#if HAVE_GETMNTINFO
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#endif
|
13
srcpkgs/jfsutils/template
Normal file
13
srcpkgs/jfsutils/template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'jfsutils'
|
||||
pkgname=jfsutils
|
||||
version=1.1.15
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="libuuid-devel"
|
||||
short_desc="JFS filesystem utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://jfs.sourceforge.net"
|
||||
distfiles="http://jfs.sourceforge.net/project/pub/${pkgname}-${version}.tar.gz"
|
||||
checksum=244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d
|
Loading…
Reference in a new issue