This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Question about package version number


Hi all,

  I have made package for HIDAPI [1], and here is the cygport:

--------
CROSS_HOST="x86_64-w64-mingw32"
inherit cross

NAME="mingw64-x86_64-libhidapi0.8"
VERSION=master
RELEASE=1
CATEGORY="Libs"
SUMMARY="USB library"
DESCRIPTION="C Library for USB/Bluetooth HID device access from Linux,
Mac OS X, FreeBSD, and Windows."
HOMEPAGE="http://www.signal11.us/oss/hidapi/";
SRC_URI="https://github.com/signal11/hidapi/downloads/hidapi-${VERSION}.zip";
SRC_DIR="hidapi-${VERSION}"
--------

  The package is made against the git head, but I can only download
the tarball as hidapi-master.zip.

  What VERSION should I use here? The libhidapi package on Ubuntu is
marked as 0.8.0-rc1 [2], should I follow this convention?

  Thanks.

[1] http://www.signal11.us/oss/hidapi/
[2] http://packages.ubuntu.com/source/trusty/hidapi

Regards,
chenwj

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]