PKG_TARBALL = $(THISAPP).tar.gz
-###############################################################################
-# Installation Details
-###############################################################################
+CONFIGURE_OPTIONS += \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --mandir=/usr/share/man
-define STAGE_BUILD
- cd $(DIR_APP) && \
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --mandir=/usr/share/man
-
- cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-endef
define STAGE_TEST
cd $(DIR_APP) && make check
endef