Explorar o código

heyu: drop package

Waldemar Brodkorb hai 3 meses
pai
achega
0974b10e80
Modificáronse 3 ficheiros con 0 adicións e 67 borrados
  1. 0 42
      package/heyu/Makefile
  2. 0 1
      package/heyu/files/files/heyu.conffiles
  3. 0 24
      package/heyu/files/x10.conf

+ 0 - 42
package/heyu/Makefile

@@ -1,42 +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:=		heyu
-PKG_VERSION:=		2.10.3
-PKG_RELEASE:=		1
-PKG_HASH:=		0c3435ea9cd57cd78c29047b9c961f4bfbec39f42055c9949acd10dd9853b628
-PKG_DESCR:=		x10 home automation control utility
-PKG_SECTION:=		sys/serial
-PKG_DEPENDS:=		setserial
-PKG_URL:=		https://heyu.org/
-PKG_SITES:=		https://github.com/HeyuX10Automation/heyu/archive/refs/tags/
-
-PKG_LIBC_DEPENDS:=	uclibc-ng glibc
-
-DISTFILES:=		v${PKG_VERSION}.tar.gz
-
-include ${ADK_TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,HEYU,heyu,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:=		manual
-BUILD_STYLE:=		manual
-INSTALL_STYLE:=		manual
-
-do-configure:
-	(cd ${WRKBUILD} && ${BASH} ./Configure linux);
-
-do-build:
-	${MAKE} -C ${WRKBUILD} \
-		CC="${TARGET_CC}" LD=${TARGET_CROSS}ld \
-		CFLAGS="${TARGET_CFLAGS} -I${WRKBUILD} -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT -DHASTZ"
-
-do-install:
-	${INSTALL_DIR} ${IDIR_HEYU}/etc/${PKG_NAME}
-	${INSTALL_DATA} ./files/x10.conf ${IDIR_HEYU}/etc/${PKG_NAME}/x10.conf
-	${INSTALL_DIR} ${IDIR_HEYU}/usr/bin
-	${INSTALL_BIN} ${WRKBUILD}/heyu ${IDIR_HEYU}/usr/bin/
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk

+ 0 - 1
package/heyu/files/files/heyu.conffiles

@@ -1 +0,0 @@
-/etc/heyu/x10.conf

+ 0 - 24
package/heyu/files/x10.conf

@@ -1,24 +0,0 @@
-# this file should contain x10 appliance aliases, one per line, as:
-#   appliance-name  housecode  modulenumber
-# for example:
-#  mydesklamp	A	4
-#  atticfan	B	3
-#  sumppump	C	3
-#  manythings	J       1-4
-#
-# IMPORTANT!  disable the serial console if you need to use heyu
-# on /dev/tts/0.  Read http://forum.openwrt.org/viewtopic.php?id=1767
-#
-# NOTE: using /dev/tts/1 requires the setserial package to
-# set the port to use irq 3, otherwise performance will be
-# unbearable as it is polled.
-#
-TTY		/dev/tts/1
-#
-# give your location - for computing sunrise and sunset times
-# Boston, MA USA:
-#LATITUDE	N42:20
-#LONGITUDE	W71:05
-# Menlo Park, CA USA:
-LATITUDE        N37:43
-LONGITUDE       W122:20