From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/avrdude/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 community/avrdude/PKGBUILD (limited to 'community/avrdude/PKGBUILD') diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD deleted file mode 100644 index 9262a5e85..000000000 --- a/community/avrdude/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 92157 2013-06-01 20:12:04Z jelle $ -# Contributor: Corrado Primier -# Maintainer: Brad Fanella - -pkgname=avrdude -pkgver=5.11.1 -pkgrel=4 -pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" -arch=('i686' 'x86_64') -url="http://www.nongnu.org/avrdude/" -license=('GPL') -depends=('libusbx' 'readline' 'libftdi') -source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('3a43e288cb32916703b6945e3f260df9' - '0c23b005d4090aef4e081476aabc1958') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --mandir=/usr/share/man \ - --prefix=/usr \ - --sysconfdir=/etc - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR=${pkgdir} install -} -- cgit v1.2.3-54-g00ecf