Magellan Linux

Annotation of /smage/trunk/core/mtdev/mtdev-1.1.5-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6704 - (hide annotations) (download)
Wed Jul 15 15:05:46 2015 UTC (8 years, 11 months ago) by niro
File size: 500 byte(s)
auto added: ver bump to 1.1.5-r3
1 niro 6704 # $Id$
2    
3     PNAME="mtdev"
4     PVER="1.1.5"
5     PBUILD="r3"
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     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
19     sminclude mbuild alx-split
20    
21     SRC_URI=(
22     http://bitmath.org/code/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd ${HOMEPAGE} | firsttarball"