Magellan Linux

Annotation of /trunk/extras/libgusb/libgusb-0.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23616 - (hide annotations) (download)
Tue Jul 8 01:06:55 2014 UTC (9 years, 10 months ago) by niro
File size: 594 byte(s)
-serveral fixes
1 niro 23612 # $Id$
2    
3     PNAME="libgusb"
4     PVER="0.2.4"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="GLib libusb wrapper."
10     HOMEPAGE="https://gitorious.org/gusb/"
11    
12 niro 23616 DEPEND=">= dev-libs/glib2-2.42
13     >= dev-libs/libusb-1.0.19
14     >= sys-fs/udev-216"
15 niro 23612
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 niro 23616 UP2DATE="updatecmd http://people.freedesktop.org/~hughsient/releases/ | grep ${PNAME}- | highesttarball xz"