Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37522539
en ru br
ALT Linux repos
S:0.7.12-alt1.qa3
5.0: 0.7.11-alt1

Group :: Archiving/Other
RPM: unadf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: unzip like for .adf files (Amiga devices dumps)
Name: unadf
Version: 0.7.11
Release: alt1
URL: http://lclevy.free.fr/adflib
# %name.zip
Source0: adflib.tar
Patch: %name-doublecomm-alt.patch
License: GPL
Group: Archiving/Other
Packager: Fr. Br. George <george at altlinux.ru>

%description
unzip like for .adf files (Amiga devices dumps)
powered by ADFLib

%package -n libadf-devel
Summary: unzip like for .adf files (Amiga devices dumps) -- development suite
License: GPL
Group: Development/C
Buildrequires: unzip

%description -n libadf-devel
The ADFlib is a portable C library designed to manage Amiga formatted devices like harddisks and ZIP disks, or dump files of this kind of media via the .ADF format.

%prep
%setup -cq
%patch -p1

%build
make all

%install
mkdir -p %buildroot%_bindir %buildroot%_libdir %buildroot%_includedir/%name %buildroot%_datadir/libadf
install Demo/%name %buildroot%_bindir/
install Lib/libadf.a %buildroot%_libdir/
install Lib/*.h %buildroot%_includedir/%name/
cp -rp Boot %buildroot%_datadir/libadf

%files
%_bindir/%name
%doc README.txt

%files -n libadf-devel
%dir %_datadir/libadf
%dir %_datadir/libadf/Boot
%_datadir/libadf/Boot/*
%doc Docs Faq
%dir %_includedir/%name
%_includedir/%name/*
%_libdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin