Magellan Linux

Contents of /branches/magellan-next/core/libraw1394/libraw1394-2.0.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8543 - (show annotations) (download)
Thu Jul 21 22:14:07 2011 UTC (12 years, 9 months ago) by niro
File size: 505 byte(s)
auto added: ver bump to 2.0.5-r2
1 # $Id$
2
3 PNAME="libraw1394"
4 PVER="2.0.5"
5 PBUILD="r2"
6
7 PCATEGORIE="sys-libs"
8
9 DESCRIPTION="This library is intended to be used by applications that need to communicate with devices that are attached via a firewire port."
10 HOMEPAGE="http://sourceforge.net/projects/libraw1394/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}"