Magellan Linux

Contents of /branches/R11-unstable/extras/libraw1394/libraw1394-2.1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32643 - (show annotations) (download)
Mon Apr 29 13:19:57 2019 UTC (5 years ago) by niro
File size: 556 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libraw1394"
4 PVER="2.1.2"
5 PBUILD="r1"
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/ | highesttarball xz"