Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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