mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/avrdude: new aport
Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers http://www.nongnu.org/avrdude/
This commit is contained in:
parent
25d748e1bb
commit
eb78dbda03
32
testing/avrdude/APKBUILD
Normal file
32
testing/avrdude/APKBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
|
||||
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
|
||||
pkgname=avrdude
|
||||
pkgver=6.3
|
||||
pkgrel=0
|
||||
pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
|
||||
url="http://www.nongnu.org/avrdude/"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
makedepends="linux-headers bash flex byacc libftdi1-dev libusb-compat-dev libelf-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz"
|
||||
|
||||
builddir="$srcdir/${pkgname}-${pkgver}"
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--mandir=/usr/share/man \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-linuxgpio || return 1
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
md5sums="58bb42049122cf80fe4f4d0ce36d92ee avrdude-6.3.tar.gz"
|
||||
sha256sums="0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196 avrdude-6.3.tar.gz"
|
||||
sha512sums="b671008388d6a552e71066fec46429bc7f6639e8eac41113bcbba5a56212b78be31fcf04956b31e11c6b14888b0f6e825f7458395b9ff4fc28406074c7ded2b2 avrdude-6.3.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user