diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-17 12:24:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-17 12:24:52 +0200 |
commit | 15b8c2e42be0d8df9e1fe159e8afffaf2f0035ac (patch) | |
tree | cc7044f0ed8b540b3b8b01672933fd46ff71d076 /package/s6-portable-utils/Makefile | |
parent | 340384a9c14521a4b391b00d69fc6887f1812467 (diff) |
remove non-functional init systems
Diffstat (limited to 'package/s6-portable-utils/Makefile')
-rw-r--r-- | package/s6-portable-utils/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/package/s6-portable-utils/Makefile b/package/s6-portable-utils/Makefile deleted file mode 100644 index 224e4fa59..000000000 --- a/package/s6-portable-utils/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(ADK_TOPDIR)/rules.mk - -PKG_NAME:= s6-portable-utils -PKG_VERSION:= 2.0.6.0 -PKG_RELEASE:= 1 -PKG_HASH:= 233b7d13766a23661cc7ed5c052f29b9c558c1d516a538a281a17da22a909d4b -PKG_DESCR:= set of tiny general Unix utilities -PKG_SECTION:= sys/misc -PKG_DEPENDS:= skalibs -PKG_BUILDDEP:= skalibs -PKG_URL:= http://skarnet.org/software/s6-portable-utils/ -PKG_SITES:= http://skarnet.org/software/s6-portable-utils/ - -DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz - -include $(ADK_TOPDIR)/mk/package.mk - -$(eval $(call PKG_template,S6_PORTABLE_UTILS,s6-portable-utils,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION))) - -CONFIGURE_ARGS+= --with-sysdeps=$(STAGING_TARGET_DIR)/usr/lib/skalibs/sysdeps \ - --with-include=$(STAGING_TARGET_DIR)/usr/include \ - --with-dynlib=$(STAGING_TARGET_DIR)/usr/lib \ - --disable-allstatic - -s6-portable-utils-install: - $(INSTALL_DIR) $(IDIR_S6_PORTABLE_UTILS)/usr/bin - $(CP) $(WRKINST)/usr/bin/* \ - $(IDIR_S6_PORTABLE_UTILS)/usr/bin - -include $(ADK_TOPDIR)/mk/pkg-bottom.mk |