Created
July 25, 2012 15:58
-
-
Save kasbah/3176936 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Corrado Primier <[email protected]> | |
# Maintainer: Laszlo Papp <djszapi2 at gmail com> | |
pkgname=uisp | |
pkgver=20050207 | |
pkgrel=4 | |
pkgdesc="A tool for AVR which can interface to many hardware in-system programmers" | |
arch=('i686') | |
url="http://savannah.nongnu.org/projects/uisp/" | |
license=('GPL') | |
depends=('gcc-libs') | |
source=(http://savannah.nongnu.org/download/uisp/${pkgname}-${pkgver}.tar.gz) | |
md5sums=('b1e499d5a1011489635c1a0e482b1627') | |
build() { | |
cd ${srcdir}/${pkgname}-${pkgver} | |
./configure CXXFLAGS="-Wno-narrowing -Wno-write-strings -Wno-parentheses -Wno-unused-but-set-variable" --prefix=/usr --mandir=/usr/share/man | |
make || return 1 | |
make DESTDIR=${pkgdir} install | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment