Magellan Linux

Contents of /branches/R11-unstable/extras/libraw1394/libraw1394-2.1.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25564 - (show annotations) (download)
Tue Nov 25 03:57:44 2014 UTC (9 years, 5 months ago) by niro
File size: 553 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libraw1394"
4 PVER="2.1.0"
5 PBUILD="r2"
6
7 PCAT="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://ieee1394.wiki.kernel.org/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.xz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 http://kernel.org/pub/linux/libs/ieee1394/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://kernel.org/pub/linux/libs/ieee1394/ | lasttarball xz"