Magellan Linux

Annotation of /branches/R11-stable/extras/libraw1394/libraw1394-2.1.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17529 - (hide annotations) (download)
Thu Jun 20 07:16:35 2013 UTC (11 years ago) by niro
Original Path: trunk/extras/libraw1394/libraw1394-2.1.0-r2.smage2
File size: 553 byte(s)
-fixed dependencies
1 niro 17529 # $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"