cd $(DIR_APP) && make #$(PARALLELISMFLAGS)
endef
+# Test hangs forever
+#define STAGE_TEST
+# cd $(DIR_APP) && make tests
+#endef
+
define STAGE_INSTALL_CMDS
-mkdir -pv $(BUILDROOT)/{bin,etc/profile.d}
cd $(DIR_APP) && autoconf --force
endef
+# fails
+#define STAGE_TEST
+# cd $(DIR_APP) && make RUN_EXPENSIVE_TESTS=yes check
+#endef
+
define STAGE_INSTALL_CMDS
-mkdir -pv $(BUILDROOT)/{bin,etc/profile.d,usr/sbin}
mv -v $(BUILDROOT)/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} $(BUILDROOT)/bin
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
+
+define STAGE_TEST
+ cd $(DIR_APP) && make check
+endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
+
+define STAGE_TEST
+ cd $(DIR_APP) && make check
+endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
+# fails
+#define STAGE_TEST
+# cd $(DIR_APP) && make check
+#endef
+
define STAGE_INSTALL
cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT)
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
+
+define STAGE_TEST
+ cd $(DIR_APP) && make check
+endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
+
+define STAGE_TEST
+ cd $(DIR_APP) && make check
+endef
+
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
+define STAGE_TEST
+ cd $(DIR_APP) && make check
+endef
+
define STAGE_INSTALL
cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT)
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
+# fails
#define STAGE_TEST
# cd $(DIR_APP) && make check
#endef
PKG_TARBALL = $(THISAPP).tar.bz2
CONFIGURE_OPTIONS += --mandir=/usr/share
+
+define STAGE_TEST
+ cd $(DIR_APP) && make check
+endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
+
+# fails
+#define STAGE_TEST
+# cd $(DIR_APP) && make check
+#endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
+
+define STAGE_TEST
+ cd $(DIR_APP) && make check
+endef