diff --git a/bwbasic/Makefile b/bwbasic/Makefile index c4cf779..775d226 100644 --- a/bwbasic/Makefile +++ b/bwbasic/Makefile @@ -1,5 +1,9 @@ +# +# Copyright (C) 2010 emdete.de +# # This is free software, licensed under the GNU General Public License # v3. See /LICENSE for more information. +# include $(TOPDIR)/rules.mk PKG_NAME:=bwbasic diff --git a/pyneod/Makefile b/pyneod/Makefile new file mode 100644 index 0000000..3a1ddac --- /dev/null +++ b/pyneod/Makefile @@ -0,0 +1,49 @@ +# +# Copyright (C) 2010 pyneo.org +# +# This is free software, licensed under the GNU General Public License +# v3. See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=pyneod +PKG_VERSION:=1.26 +PKG_RELEASE:=1 + +PKG_SOURCE:=pyneo-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://git.pyneo.org/browse/cgit/pyneo/snapshot/ +PKG_MD5SUM:=48cc3fe7c29ac385107cee08786a4477 + +PKG_BUILD_DEPENDS:=python + +include $(INCLUDE_DIR)/package.mk +$(call include_mk, python-package.mk) + +define Package/pyneod + SUBMENU:=Python + SECTION:=lang + CATEGORY:=Languages + DEPENDS:=+python +python-pyneo + TITLE:=Base lib for pyneo suite + URL:=http://pyneo.org/ +endef + +define Package/pyneod/description + Pyneo is a software stack for mobile devices. +endef + +define PyPackage/pyneod/filespec ++|$(PYTHON_PKG_DIR)/pyneod +-|$(PYTHON_PKG_DIR)/pyneod/data/alsastates +endef + +define Build/Compile + $(if $(Build/Compile/PyMod),,@echo Python packaging code not found.; false) + $(call Build/Compile/PyMod,., \ + install --prefix="$(PKG_INSTALL_DIR)/usr", \ + ) +endef + +$(eval $(call PyPackage,pyneod)) +$(eval $(call BuildPackage,pyneod)) diff --git a/python-pyneo/Makefile b/python-pyneo/Makefile new file mode 100644 index 0000000..405f5b4 --- /dev/null +++ b/python-pyneo/Makefile @@ -0,0 +1,48 @@ +# +# Copyright (C) 2010 pyneo.org +# +# This is free software, licensed under the GNU General Public License +# v3. See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk + +PKG_NAME:=python-pyneo +PKG_VERSION:=1.26 +PKG_RELEASE:=1 + +PKG_SOURCE:=pyneo-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://git.pyneo.org/browse/cgit/pyneo/snapshot/ +PKG_MD5SUM:=48cc3fe7c29ac385107cee08786a4477 + +PKG_BUILD_DEPENDS:=python + +include $(INCLUDE_DIR)/package.mk +$(call include_mk, python-package.mk) + +define Package/python-pyneo + SUBMENU:=Python + SECTION:=lang + CATEGORY:=Languages + DEPENDS:=+python + TITLE:=Base lib for pyneo suite + URL:=http://pyneo.org/ +endef + +define Package/python-pyneo/description + Pyneo is a software stack for mobile devices. +endef + +define PyPackage/python-pyneo/filespec ++|$(PYTHON_PKG_DIR)/python-pyneo +-|$(PYTHON_PKG_DIR)/python-pyneo/data +endef + +define Build/Compile + $(if $(Build/Compile/PyMod),,@echo Python packaging code not found.; false) + $(call Build/Compile/PyMod,., \ + install --prefix="$(PKG_INSTALL_DIR)/usr", \ + ) +endef + +$(eval $(call PyPackage,python-pyneo)) +$(eval $(call BuildPackage,python-pyneo)) diff --git a/robots/Makefile b/robots/Makefile index e841bc6..4649f7c 100644 --- a/robots/Makefile +++ b/robots/Makefile @@ -1,5 +1,9 @@ +# +# Copyright (C) 2010 emdete.de +# # This is free software, licensed under the GNU General Public License # v3. See /LICENSE for more information. +# include $(TOPDIR)/rules.mk PKG_NAME:=robots diff --git a/vido/Makefile b/vido/Makefile index 9fd5c40..dd90438 100644 --- a/vido/Makefile +++ b/vido/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vido -PKG_VERSION:=20100222 -PKG_REV:=7a95279f5e36778faf6d2ef9b01136e054bb8660 +PKG_VERSION:=20100326 +PKG_REV:=c544a52e18c5aae130002d05aca62940ba744597 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz