Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23617 - (show annotations) (download)
Tue Jul 8 01:13:24 2014 UTC (9 years, 10 months ago) by niro
File size: 615 byte(s)
-disable src_check atm
1 # $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 DEPEND=">= dev-libs/glib2-2.42
13 >= dev-libs/libusb-1.0.19
14 >= sys-fs/udev-216"
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 msetfeature "!check"
23 sminclude multilib
24
25 SRC_URI=(
26 http://people.freedesktop.org/~hughsient/releases/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd http://people.freedesktop.org/~hughsient/releases/ | grep ${PNAME}- | highesttarball xz"