Package Details: hex2hcd-git 20140921-1

Package Base: hex2hcd-git
Description: Converter to change bluetooth hex firmware files to hcd
Upstream URL: git://github.com/jessesung/hex2hcd.git
Category: system
Licenses: GPL2
Submitter: Harey
Maintainer: Harey
Last Packager: Harey
Votes: 0
First Submitted: 2013-08-14 09:31
Last Updated: 2014-09-21 10:31

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by Harey

2014-09-21 10:32

Ooops, that should not have happened. Thank you for the hint. Updated.

Comment by shvr

2014-09-20 21:35

Just a heads up, this PKGBUILD copies the entire hex2hcd build folder into /usr/bin. So hex2hcd isn't in the $PATH, and an unnecessary folder and files get installed to /usr/bin. This can be fixed by changing the "cp -r hex2hcd ${pkgdir}/usr/bin/" line in package() to: "cp -r hex2hcd/hex2hcd ${pkgdir}/usr/bin/".

Comment by Harey

2013-08-14 09:32

See: https://bbs.archlinux.org/viewtopic.php?pid=1259381#p1259381