summaryrefslogtreecommitdiff
path: root/package/syslinux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-22 19:29:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-22 19:29:20 +0200
commitd279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (patch)
treebf575aca8f9ce9cf088ce3aee992fc846cd6e130 /package/syslinux
parent32a82e38679501da738199135b35f93ddc8aca0a (diff)
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/syslinux')
-rw-r--r--package/syslinux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/syslinux/Makefile b/package/syslinux/Makefile
index b7effc013..b84c0b9ad 100644
--- a/package/syslinux/Makefile
+++ b/package/syslinux/Makefile
@@ -13,18 +13,18 @@ PKG_BUILDDEP:= nasm
PKG_URL:= http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
PKG_SITES:= http://www.kernel.org/pub/linux/utils/boot/syslinux/
-PKG_CFLINE_SYSLINUX:= depends on ADK_NATIVE
+PKG_ARCH_DEPENDS:= native
PKG_HOST_DEPENDS:= !darwin !netbsd !openbsd !cygwin !freebsd
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,SYSLINUX,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,SYSLINUX,syslinux,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIG_STYLE:= manual
FAKE_FLAGS+= INSTALLROOT=${WRKINST}
TARGET_CFLAGS+= -std=c99
-post-install:
+syslinux-install:
$(INSTALL_DIR) $(IDIR_SYSLINUX)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/syslinux \
$(IDIR_SYSLINUX)/usr/bin