mtdev: update to 1.1.4.
This commit is contained in:
parent
0cc32f0aed
commit
ae4eec9c28
|
@ -1,14 +1,14 @@
|
|||
# Template build file for 'mtdev'.
|
||||
pkgname=mtdev
|
||||
version=1.1.2
|
||||
revision=2
|
||||
version=1.1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Multitouch Protocol Translation Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://bitmath.org/code/mtdev/"
|
||||
license="MIT"
|
||||
distfiles="http://bitmath.org/code/mtdev/mtdev-${version}.tar.bz2"
|
||||
checksum=698dd11ca08b3a73ad33d8a5076f6d9e018d97afad3eba36f540b8ea7b775a30
|
||||
checksum=6b59b055ff22f2b91d4284187c2515826c338b81f6f33bd90f6bedc7c1fb9a38
|
||||
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
|
||||
|
@ -21,16 +21,17 @@ long_desc="
|
|||
|
||||
mtdev-devel_package() {
|
||||
depends="mtdev>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
||||
mtdev_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue