Guest User

Untitled

a guest
Jul 19th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # Compiling Time: 0.01 SBU
  2. # Maintainer: Elentir <elentir@mailoo.org>
  3. # Contributor: Laszlo Papp <djszapi at archlinux.us>
  4.  
  5. pkgname=avra
  6. pkgver=1.2.3a
  7. pkgrel=1
  8. pkgdesc="Atmel AVR Assembler"
  9. license="GPL"
  10. depends=('glibc')
  11. groups=('devel-extra')
  12. archs=('i686' 'x86_64')
  13. _F_sourceforge_ext="-src.tar.bz2"
  14. Finclude sourceforge
  15. sha1sums=('e8ff7e41860d4466487117b95b08adb05245e551')
  16.  
  17. build()
  18. {
  19. Fcd $pkgname-1.2.3
  20. Fautoreconf
  21. Fbuild
  22. }
Add Comment
Please, Sign In to add comment