psmisc.mk 507 B

12345678910111213141516
  1. #############################################################
  2. #
  3. # psmisc
  4. #
  5. #############################################################
  6. PSMISC_VERSION = 22.13
  7. PSMISC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/psmisc
  8. PSMISC_DEPENDENCIES = ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
  9. # build after busybox, we prefer fat versions while we're at it
  10. ifeq ($(BR2_PACKAGE_BUSYBOX),y)
  11. PSMISC_DEPENDENCIES += busybox
  12. endif
  13. $(eval $(call AUTOTARGETS,package,psmisc))