From 8fb8f62d5d9f979a32f4e0fafae547880be58acd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 15:18:10 +0100 Subject: [PATCH] mtdev: remove long_desc. --- srcpkgs/mtdev/template | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/srcpkgs/mtdev/template b/srcpkgs/mtdev/template index ea4f98b464..0dfb2f3b05 100644 --- a/srcpkgs/mtdev/template +++ b/srcpkgs/mtdev/template @@ -1,7 +1,7 @@ # Template build file for 'mtdev'. pkgname=mtdev version=1.1.4 -revision=1 +revision=2 build_style=gnu-configure short_desc="Multitouch Protocol Translation Library" maintainer="Juan RP " @@ -9,18 +9,9 @@ homepage="http://bitmath.org/code/mtdev/" license="MIT" distfiles="http://bitmath.org/code/mtdev/mtdev-${version}.tar.bz2" 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 - 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." mtdev-devel_package() { - depends="mtdev>=${version}" + depends="mtdev>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include