PKG_TARBALL = $(THISAPP).tar.bz2
-###############################################################################
-# Installation Details
-###############################################################################
+CONFIGURE_OPTIONS += \
+ --bindir=/bin \
+ --libexecdir=/tmp \
+ --with-rmt=/usr/sbin/rmt
define STAGE_PREPARE_CMDS
cd $(DIR_APP) && autoreconf --force
endef
-define STAGE_BUILD
- cd $(DIR_APP) && \
- ./configure \
- --prefix=/usr \
- --bindir=/bin \
- --libexecdir=/tmp \
- --with-rmt=/usr/sbin/rmt
-
- cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-endef
-
define STAGE_TEST
cd $(DIR_APP) && make check
endef