Magellan Linux

Contents of /branches/magellan-next/extras/npapi-sdk/npapi-sdk-0.27-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9698 - (show annotations) (download)
Thu Jan 5 12:54:24 2012 UTC (12 years, 5 months ago) by niro
File size: 395 byte(s)
auto added: ver bump to 0.27-r1
1 # $Id$
2
3 PNAME="npapi-sdk"
4 PVER="0.27"
5 PBUILD="r1"
6
7 PCATEGORIE="net-www"
8
9 DESCRIPTION="Netscape Plugin API SDK."
10 HOMEPAGE="http://github.com/mgorny/npapi-sdk/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 https://github.com/downloads/mgorny/${PNAME}/${SRCFILE}}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 # FIXME
25 UP2DATE="echo ${PVER}"