Arch Linux ARM packages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

42 lines
433 B

  1. # Maintainer: Dejvino <alarm-packages@dejvino.cz>
  2. pkgname=d5o-base
  3. pkgver=3
  4. pkgrel=0
  5. pkgdesc="Base set of tools."
  6. arch=(any)
  7. license=('GPL')
  8. depends=(
  9. vim
  10. htop
  11. termite-terminfo
  12. git
  13. usbutils
  14. # base-devel:
  15. autoconf
  16. automake
  17. binutils
  18. bison
  19. fakeroot
  20. file
  21. findutils
  22. flex
  23. gawk
  24. gcc
  25. gettext
  26. grep
  27. groff
  28. gzip
  29. libtool
  30. m4
  31. make
  32. pacman
  33. patch
  34. pkgconf
  35. sed
  36. sudo
  37. texinfo
  38. which
  39. )
  40. install=${pkgname}.install