Magellan Linux

Annotation of /branches/R11-stable/core/mtdev/mtdev-1.1.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13669 - (hide annotations) (download)
Fri Oct 19 15:50:02 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/core/mtdev/mtdev-1.1.3-r1.smage2
File size: 453 byte(s)
-rebuild
1 niro 13669 # $Id$
2    
3     PNAME="mtdev"
4     PVER="1.1.3"
5     PBUILD="r1"
6    
7     PCAT="sys-libs"
8    
9     DESCRIPTION="Multitouch Protocol Translation Library."
10     HOMEPAGE="http://bitmath.org/code/mtdev/"
11    
12     DEPEND=">= virtual/glibc"
13     SDEPEND=">= virtual/kernel-headers"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     http://bitmath.org/code/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE} | firsttarball"