Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32674 - (show annotations) (download)
Mon Apr 29 13:24:01 2019 UTC (5 years ago) by niro
File size: 768 byte(s)
-release branches/R11-unstable
1 # $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 }