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.
 
 

40 lines
412 B

  1. # Maintainer: Dejvino <alarm-packages@dejvino.cz>
  2. pkgname=d5o-base
  3. pkgver=2
  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. # base-devel:
  13. autoconf
  14. automake
  15. binutils
  16. bison
  17. fakeroot
  18. file
  19. findutils
  20. flex
  21. gawk
  22. gcc
  23. gettext
  24. grep
  25. groff
  26. gzip
  27. libtool
  28. m4
  29. make
  30. pacman
  31. patch
  32. pkgconf
  33. sed
  34. sudo
  35. texinfo
  36. which
  37. )
  38. install=${pkgname}.install