[packages/hdfmonkey] - new

witekfl witekfl at pld-linux.org
Fri Jun 27 13:17:04 CEST 2014


commit 66305be56dd37f263a55984d49af861889f21d64
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Jun 27 13:16:09 2014 +0200

    - new

 hdfmonkey.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/hdfmonkey.spec b/hdfmonkey.spec
new file mode 100644
index 0000000..3024ed2
--- /dev/null
+++ b/hdfmonkey.spec
@@ -0,0 +1,46 @@
+Summary:	A Swiss Army Knife for manipulating HDF disk images
+Name:		hdfmonkey
+Version:	0.3
+Release:	1
+License:	GPL v3+
+Group:		Applications/System
+Source0:	ftp://ftp.untergrund.net/users/gasman/zx/hdfmonkey/%{name}-%{version}.tar.gz
+# Source0-md5:	983dee422a00c1df8357d212462e5e9e
+URL:		http://github.com/gasman/hdfmonkey
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+hdfmonkey provides a suite of tools for working with FAT filesystems
+contained in HDF disk images. HDF is the standard format used for
+virtual hard disks in ZX Spectrum emulators such as Fuse
+<http://fuse-emulator.sourceforge.net/>, so hdfmonkey allows these
+disk images to be prepared without having to go through a physical
+disk as an intermediate step - particularly useful when developing
+software for FAT-supporting systems like ESXDOS and ResiDOS.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/hdfmonkey
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hdfmonkey.git/commitdiff/66305be56dd37f263a55984d49af861889f21d64



More information about the pld-cvs-commit mailing list