aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/mtdev/template
blob: 0dfb2f3b054b3072bdd171a6137a46ef0080c0d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Template build file for 'mtdev'.
pkgname=mtdev
version=1.1.4
revision=2
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=6b59b055ff22f2b91d4284187c2515826c338b81f6f33bd90f6bedc7c1fb9a38

mtdev-devel_package() {
	depends="mtdev>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove "usr/lib/*.a"
		vmove "usr/lib/*.so"
		vmove usr/lib/pkgconfig
	}
}