Magellan Linux

Contents of /smage/trunk/core/mtdev/mtdev-1.1.5-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10305 - (show annotations) (download)
Thu Aug 17 13:00:59 2017 UTC (6 years, 8 months ago) by niro
File size: 500 byte(s)
auto added: ver bump to 1.1.5-r4
1 # $Id$
2
3 PNAME="mtdev"
4 PVER="1.1.5"
5 PBUILD="r4"
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"