]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
paxtest: Update to 0.9.9.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Mar 2010 16:45:29 +0000 (17:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Mar 2010 16:45:29 +0000 (17:45 +0100)
pkgs/core/paxtest/paxtest.nm

index dd7c3926d30e9071cf525e3ba6f2a7f516cdc7de..3adbadcb1cee2b834f1cb731cc7496bce77fbb83 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = paxtest
-PKG_VER        = 0.9.7-pre4
+PKG_VER        = 0.9.9
 PKG_REL        = 0
 
 PKG_MAINTAINER =
@@ -39,18 +39,18 @@ define PKG_DESCRIPTION
        and checks if it all works correctly.
 endef
 
-PKG_TARBALL    = $(THISAPP).tar.gz
+PKG_TARBALL    = $(THISAPP).tgz
 
 define QUALITY_AGENT_WHITELIST_EXECSTACK
        /usr/lib/paxtest
 endef
 
 define STAGE_BUILD
-       cd $(DIR_APP) && make -f Makefile.generic RUNDIR=/usr/lib/paxtest \
+       cd $(DIR_APP) && make -f Makefile.psm RUNDIR=/usr/lib/paxtest \
                $(PARALLELISMFLAGS)
 endef
 
 define STAGE_INSTALL
-       cd $(DIR_APP) && make -f Makefile.generic install DESTDIR=$(BUILDROOT) \
+       cd $(DIR_APP) && make -f Makefile.psm install DESTDIR=$(BUILDROOT) \
                RUNDIR=/usr/lib/paxtest BINDIR=/usr/bin
 endef