Magellan Linux

Contents of /branches/R11-unstable/extras/mtdev/mtdev-1.1.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32563 - (show annotations) (download)
Mon Apr 29 13:09:50 2019 UTC (5 years ago) by niro
File size: 455 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="mtdev"
4 PVER="1.1.5"
5 PBUILD="r2"
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 multilib
19
20 SRC_URI=(
21 http://bitmath.org/code/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | firsttarball"