Add default Smack manifest for mtdev.spec
[external/mtdev.git] / packaging / mtdev.yaml
1 Name: mtdev
2 Summary: A library to transform all kernel MT events to protocol B (slotted)
3 Version: 1.0.11
4 Release: 1
5 Group: System/X Hardware Support
6 License: MIT
7 URL: http://bitmath.org/code/mtdev/
8 Sources:
9     - "%{name}-%{version}.tar.gz"
10 Description: |
11     mtdev - The mtdev is a stand-alone library which transforms all variants of
12     kernel MT events to the slotted type B protocol. The events put into mtdev
13     may be from any MT device, specifically type A without contact tracking,
14     type A with contact tracking, or type B with contact tracking. See the
15     kernel documentation for further details. The bulk of the mtdev code has
16     been out there since 2008, as part of the Multitouch X Driver. With this
17     package, finger tracking and seamless MT protocol handling is available
18     under a free license.
19
20 PkgBR:
21     - autoconf
22     - libtool
23 Configure: configure
24 Builder: make
25 SubPackages:
26     - Name: devel
27       Summary: Development header files for use with mtdev
28       Group: Development/Libraries
29       Description: Development header files for use with mtdev