void-packages/srcpkgs/mtdev/template

23 lines
613 B
Plaintext
Raw Normal View History

2012-03-08 08:47:28 +00:00
# Template build file for 'mtdev'.
pkgname=mtdev
2014-09-08 19:27:50 +00:00
version=1.1.5
revision=1
2012-03-08 08:47:28 +00:00
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"
2014-09-08 19:27:50 +00:00
checksum=6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f
2012-03-08 08:47:28 +00:00
mtdev-devel_package() {
2014-09-08 19:27:50 +00:00
depends="${sourcepkg}>=${version}_${revision}"
2013-09-29 09:29:09 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
2013-09-29 09:29:09 +00:00
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}