Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
avrdude
PKGBUILD
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File PKGBUILD of Package avrdude
# $Id$ # Maintainer: Jürgen Weigert <jw@owncloud.com> # This is for Arch Linux. pkgname=avrdude pkgver=6.3 pkgrel=1 epoch=1 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" arch=('any') url="https://github.com/owncloud/administration" url="http://savannah.nongnu.org/projects/avrdude" license=('GPL-2.0+') depends=('readline' 'libftdi' 'libusb-compat' 'elfutils') makedepends=('bison') options=('!strip') source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz) # must not have a *sig or it fails. # must say SKIP so that it builds. sha1sums=('SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --mandir=/usr/share/man --prefix=/usr --sysconfdir=/etc --enable-linuxgpio make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor