Magellan Linux

Annotation of /branches/R11-stable/extras/libgusb/libgusb-0.1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17969 - (hide annotations) (download)
Thu Jun 27 06:38:32 2013 UTC (10 years, 11 months ago) by niro
File size: 596 byte(s)
-release branches/R11-stable
1 niro 16977 # $Id$
2    
3     PNAME="libgusb"
4     PVER="0.1.6"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="GLib libusb wrapper."
10     HOMEPAGE="https://gitorious.org/gusb/"
11    
12     DEPEND=">= dev-libs/glib2-2.34
13     >= dev-libs/libusb-1
14     >= sys-fs/udev-194"
15    
16     SDEPEND=">= dev-libs/libxslt-1.1.26
17     >= dev-util/pkgconfig-0.25"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.xz"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude multilib
23    
24     SRC_URI=(
25     http://people.freedesktop.org/~hughsient/releases/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd 'http://people.freedesktop.org/~hughsient/releases/?C=M;O=A' | grep ${PNAME}- | lasttarball xz"