2005-11-19 10:39:50 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# psmisc
|
|
|
|
#
|
|
|
|
#############################################################
|
2009-11-23 14:41:36 +01:00
|
|
|
PSMISC_VERSION:=22.8
|
2007-07-11 16:06:06 +02:00
|
|
|
PSMISC_SOURCE:=psmisc-$(PSMISC_VERSION).tar.gz
|
2005-11-19 10:39:50 +01:00
|
|
|
PSMISC_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/psmisc
|
2009-11-23 14:41:36 +01:00
|
|
|
PSMISC_AUTORECONF:=NO
|
2009-09-02 17:02:02 +02:00
|
|
|
PSMISC_DEPENDENCIES:=ncurses
|
2008-08-25 11:04:39 +02:00
|
|
|
|
2008-08-25 11:05:00 +02:00
|
|
|
ifeq ($(BR2_ENABLE_LOCALE),y)
|
|
|
|
# psmisc gets confused and forgets to link with libintl
|
|
|
|
PSMISC_MAKE_OPT:=LIBS=-lintl
|
|
|
|
PSMISC_DEPENDENCIES+= gettext libintl
|
|
|
|
endif
|
|
|
|
|
2008-08-25 11:04:39 +02:00
|
|
|
$(eval $(call AUTOTARGETS,package,psmisc))
|