Magellan Linux

Contents of /trunk/extras/libgusb/libgusb-0.2.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28845 - (show annotations) (download)
Mon May 8 08:20:00 2017 UTC (7 years ago) by niro
File size: 768 byte(s)
auto added: ver bump to 0.2.10-r1
1 # $Id$
2
3 PNAME="libgusb"
4 PVER="0.2.10"
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.52
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.36
19 >= dev-libs/gobject-introspection-1.52"
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 }