Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37417270
en ru br
Репозитории ALT

Группа :: Архивирование/Сжатие
Пакет: unar

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: unar
Version: 1.10.1
Release: alt1
Summary: Multi-format archive extractor
License: LGPLv2+
Group: Archiving/Compression
Url: http://unarchiver.c3.cx/unarchiver/
Source: %name-%version.tar.gz
Patch: unar1.8.1-clang.patch
# NB: source tree moved from "The Unarchiver" to unar-version

# Automatically added by buildreq on Mon Mar 03 2014

# optimized out: libcloog-isl4 libgnustep-base libgnustep-objc2 libgnustep-objc2-devel libgpg-error libobjc-devel libp11-kit libstdc++-devel
BuildRequires: bzlib-devel clang gnustep-base-devel libicu-devel unzip zlib-devel libstdc++-devel libgnustep-objc2-devel

%description
The command-line utilities lsar and unar are capable of listing and extracting
files respectively in several formats including RARv3. unar can serve as a free
and open source replacement of unrar.

%prep
%setup
%patch -p1

%build
%make_build OBJCC=clang CC=clang CXX=clang++ -C XADMaster -f Makefile.linux

%install
install -d %buildroot%_bindir
install -pm755 XADMaster/unar XADMaster/lsar %buildroot%_bindir
install -d %buildroot%_mandir/man1
install -pm644 Extra/*.1 %buildroot%_mandir/man1

install -D Extra/lsar.bash_completion %buildroot%_datadir/bash-completion/completions/lsar
install -D Extra/unar.bash_completion %buildroot%_datadir/bash-completion/completions/unar

%files
%doc License.txt
%_bindir/*
%_man1dir/*
%_datadir/bash-completion/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin