Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37829494
en ru br
ALT Linux repos
S:1.3-alt1
5.0: 1.3-alt1

Group :: Archiving/Compression
RPM: deco

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: deco
Summary: deco is a universal archive file extractor
Version: 1.3
Release: alt1
Group: Archiving/Compression
License: BSD
Packager: Mikhail Pokidko <pma at altlinux.org>
URL: http://awesome.naquadah.org/
Source: %name-%version.tar.gz
Patch1: %name.patch

%description
deco is a universal archive file extractor that has a consistent command line interface
("deco 1.tar.bz2 2.zip 3.flac 4.rar 5.deb" will just work) and consistent behavior
(never deleting archives after extraction and extracting relative to the current working directory,
just verbosely enough, all unless explicitly requested otherwise).
It creates an extraction directory if there is more than one file or directory at the archive top level,
and it is able to fix strange permissions. Dozens of archive formats are supported out of the box,
and the modular design makes adding support for others very easy.

%prep
%setup -q
%patch1 -p1

%build
#configure
%make

%install
%make_install DESTDIR=%buildroot install

%files
%_bindir/%name
%_datadir/%name/*

%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