Search Criteria
Package Details: usbpicprog 1:0.9.9_1.0.0_beta-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/usbpicprog.git (read-only, click to copy) |
---|---|
Package Base: | usbpicprog |
Description: | Software and firmware for the open hardware USB PIC Programmer |
Upstream URL: | http://usbpicprog.org/ |
Keywords: | Microchip PIC programmer USB |
Licenses: | GPL2 |
Conflicts: | usbpicprog |
Submitter: | DanielH |
Maintainer: | DanielH |
Last Packager: | DanielH |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-31 15:17 (UTC) |
Last Updated: | 2023-07-14 00:16 (UTC) |
Dependencies (4)
- intltool
- libtool (libtool-gitAUR)
- libusb (libusb-gitAUR)
- wxwidgets-gtk2AUR
Latest Comments
rough commented on 2023-09-13 01:46 (UTC)
after install: WXSUPPRESS_SIZER_FLAGS_CHECK DEFAULT=false -> /etc/security/pam_env.conf
rough commented on 2023-09-12 01:23 (UTC)
NEW PKGBUILD
Maintainer: DanielH <danielmirkin_at_gmail_dot_com>
NOTE
Add usbpicprog's user(s) to the uucp group, to allow communicate with hardware through USB ports:
sudo gpasswd -a $USER uucp
pkgname=usbpicprog pkgver=1.0.9 pkgrel=3 epoch=2 pkgdesc="Software and firmware for the open hardware USB PIC Programmer" arch=('x86_64') url="http://usbpicprog.org/" license=('GPL2') depends=('libtool' 'wxgtk3' 'libusb' 'intltool') conflicts=('usbpicprog<=140617') source=('https://launchpadlibrarian.net/661136731/usbpicprog_1.0.9.orig.tar.gz') md5sums=('70e2c683fc497329068a948193731465') #generate with 'makepkg -g'
prepare() { cd "$srcdir/$pkgname-${pkgver//_/-}" sed -i 's|/lib/udev/rules.d|/usr/lib/udev/rules.d|g' Makefile.in sed -i 's|plugdev|uucp|g' 26-microchip.rules sed -i 's/if (fp==NULL)/if (!fp.is_open())/' src/hexfile.cpp }
build() { cd "$srcdir/$pkgname-${pkgver//_/-}" ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config make }
package() { cd "$srcdir/$pkgname-${pkgver//_/-}" make DESTDIR="$pkgdir/" install }
DanielH commented on 2023-06-16 18:35 (UTC)
@MarsSeed Thanks you for point me about broken PKGBUILD. I'm in hollydays, and sadly I haven't my notebook with me. At my return to home, ay first days of july, I will modify my PKGBUILD, test it and commit te results to AUR. Best regards, DanielH.
MarsSeed commented on 2023-06-14 21:13 (UTC)
Broken with new wxwidgets-gtk2 now.
Needs to use
configure --with-wx-config=/usr/bin/wx-config-gtk2
.DanielH commented on 2018-08-20 01:46 (UTC)
Updated to the latest version; same base code from 140617 but solves issues in udev rules, serial USB group: uucp, not plugdev (an "ubuntuism"), and prepare() section.
mah0x00 commented on 2017-11-14 21:00 (UTC)
DanielH commented on 2017-11-14 13:44 (UTC)
mah0x00 commented on 2017-11-14 02:23 (UTC)
jimmy.stelzer commented on 2017-03-25 14:35 (UTC)