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

Группа :: Система/Серверы
Пакет: usbmuxd

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

%def_disable snapshot
%define _localstatedir %_var

Name: usbmuxd
Version: 1.1.0
Release: alt4

Summary: Daemon for communicating with Apple's iPod Touch and iPhone
Group: System/Servers
License: GPLv3+
Url: http://www.libimobiledevice.org/

%if_disabled snapshot
Source: http://www.libimobiledevice.org/downloads/%name-%version.tar.bz2
%else
# VCS: https://github.com/libimobiledevice/usbmuxd.git
Source: %name-%version.tar
%endif

%define plist_ver 1.12
%define usb_ver 1.0.3
%define imobiledevice_ver 1.1.6

BuildRequires: gcc-c++ cmake
BuildRequires: libplist-devel >= %plist_ver
BuildRequires: libusb-devel >= %usb_ver
BuildRequires: libimobiledevice-devel >= %imobiledevice_ver
BuildRequires: libudev-devel systemd-devel

%description
usbmuxd (USB Multiplex Daemon) is a daemon used for communicating with
Apple's iPod Touch and iPhone devices. It allows multiple services on
the device to be accessed simultaneously.

%prep
%setup

%build
%autoreconf
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%_sbindir/usbmuxd
/lib/udev/rules.d/39-%name.rules
%_unitdir/%name.service
%_man1dir/%name.1.*
%doc AUTHORS README

%changelog

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

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