buildroot/package/psmisc/psmisc.mk

24 lines
726 B
Makefile
Raw Normal View History

2005-11-19 10:39:50 +01:00
#############################################################
#
# psmisc
#
#############################################################
2008-08-25 11:04:49 +02:00
PSMISC_VERSION:=22.6
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
PSMISC_AUTORECONF:=no
PSMISC_INSTALL_STAGING:=no
PSMISC_INSTALL_TARGET:=YES
PSMISC_CONF_ENV:=ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes
PSMISC_CONF_OPT:= $(DISABLE_IPV6)
PSMISC_DEPENDENCIES:=uclibc ncurses
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
$(eval $(call AUTOTARGETS,package,psmisc))