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

Группа :: Система/Библиотеки
Пакет: libmtdev

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

%define rname mtdev

Name: lib%rname
Version: 1.1.6
Release: alt1
Summary: Multitouch Protocol Translation Library
Group: System/Libraries
License: MIT
URL: http://bitmath.org/code/mtdev/

Source0: %rname-%version.tar.bz2

Provides: %rname = %version-%release

BuildRequires: xorg-util-macros

%description
%name is a stand-alone library which transforms all variants of kernel MT
events to the slotted type B protocol. The events put into mtdev may be from
any MT device, specifically type A without contact tracking, type A with
contact tracking, or type B with contact tracking.

%package devel
Summary: Multitouch Protocol Translation Library Development Package
Group: Development/C
Requires: %name = %version-%release
Provides: %rname-tools = %version-%release

%description devel
Multitouch protocol translation library development package

%prep
%setup -q -n %rname-%version

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

%install
make DESTDIR=%buildroot install

%files
%_libdir/libmtdev.so.*

%files devel
%_includedir/*.h
%_bindir/mtdev-test
%_libdir/libmtdev.so
%_pkgconfigdir/mtdev.pc

%changelog

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

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