Magellan Linux

Contents of /smage/trunk/core/mtdev/mtdev-1.1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14107 - (show annotations) (download)
Fri Jul 3 11:11:06 2020 UTC (3 years, 11 months ago) by niro
File size: 500 byte(s)
auto added: ver bump to 1.1.6-r1
1 # $Id$
2
3 PNAME="mtdev"
4 PVER="1.1.6"
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 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"