Magellan Linux

Annotation of /branches/R11-unstable/extras/libgusb/libgusb-0.2.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29768 - (hide annotations) (download)
Tue Oct 10 13:24:30 2017 UTC (6 years, 7 months ago) by niro
Original Path: trunk/extras/libgusb/libgusb-0.2.11-r1.smage2
File size: 768 byte(s)
auto added: ver bump to 0.2.11-r1
1 niro 29768 # $Id$
2    
3     PNAME="libgusb"
4     PVER="0.2.11"
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.54
13     >= dev-libs/libusb-1.0.21
14     >= sys-fs/udev-230"
15    
16     SDEPEND=">= dev-libs/libxslt-1.1.26
17     >= dev-util/pkgconfig-0.25
18     >= dev-lang/vala-0.38
19     >= dev-libs/gobject-introspection-1.54"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.xz"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     msetfeature "!check"
25     sminclude multilib
26    
27     SRC_URI=(
28     http://people.freedesktop.org/~hughsient/releases/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd http://people.freedesktop.org/~hughsient/releases/ | grep ${PNAME}- | highesttarball xz"
33    
34     src_compile()
35     {
36     mconfigure --enable-introspection --enable-vala || die
37     mmake || die
38     }