New package: mtdev-1.1.2.
This commit is contained in:
parent
9126b12c73
commit
cb2494d46b
6 changed files with 40 additions and 0 deletions
|
@ -967,3 +967,4 @@ libcss.so.0 libcss libcss-devel
|
|||
libhubbub.so.0 libhubbub libhubbub-devel
|
||||
libdom.so.0 libdom libdom-devel
|
||||
liblutok.so.0 lutok lutok-devel
|
||||
libmtdev.so.1 mtdev mtdev-devel
|
||||
|
|
1
srcpkgs/mtdev-devel
Symbolic link
1
srcpkgs/mtdev-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
mtdev
|
2
srcpkgs/mtdev/depends
Normal file
2
srcpkgs/mtdev/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=1.1.2"
|
||||
api_depends="${abi_depends}"
|
14
srcpkgs/mtdev/mtdev-devel.template
Normal file
14
srcpkgs/mtdev/mtdev-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'mtdev-devel'.
|
||||
#
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run mtdev
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
1
srcpkgs/mtdev/mtdev.rshlibs
Normal file
1
srcpkgs/mtdev/mtdev.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
21
srcpkgs/mtdev/template
Normal file
21
srcpkgs/mtdev/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template build file for 'mtdev'.
|
||||
pkgname=mtdev
|
||||
version=1.1.2
|
||||
distfiles="http://bitmath.org/code/mtdev/mtdev-${version}.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="Multitouch Protocol Translation Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://bitmath.org/code/mtdev/"
|
||||
license="MIT"
|
||||
checksum=698dd11ca08b3a73ad33d8a5076f6d9e018d97afad3eba36f540b8ea7b775a30
|
||||
long_desc="
|
||||
The mtdev 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.
|
||||
|
||||
The bulk of the mtdev code has been out there since 2008, as part of the
|
||||
Multitouch X Driver. With this package, finger tracking and seamless MT
|
||||
protocol handling is available under a free license."
|
||||
|
||||
subpackages="mtdev-devel"
|
Loading…
Reference in a new issue