summaryrefslogtreecommitdiff
path: root/package/psmisc/psmisc.mk
blob: df116fc949daacbb51b27947f422d4d8df8ed5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#############################################################
#
# psmisc
#
#############################################################

PSMISC_VERSION = 22.14
PSMISC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/psmisc
PSMISC_DEPENDENCIES = ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)

# build after busybox, we prefer fat versions while we're at it
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
PSMISC_DEPENDENCIES += busybox
endif

$(eval $(call AUTOTARGETS))