Date:2010-03-27 11:35:19 (14 years 1 day ago)
Author:M. Dietrich
Commit:2f90d87c3eceb357b2d3cacbda5a9f8d19654a2a
Message:add pyneo packages (non working)

Files: pyneod/Makefile (1 diff)
python-pyneo/Makefile (1 diff)

Change Details

pyneod/Makefile
1#
2# Copyright (C) 2010 pyneo.org
3#
4# This is free software, licensed under the GNU General Public License
5# v3. See /LICENSE for more information.
6#
7
8include $(TOPDIR)/rules.mk
9
10PKG_NAME:=pyneod
11PKG_VERSION:=1.26
12PKG_RELEASE:=1
13
14PKG_SOURCE:=pyneo-$(PKG_VERSION).tar.gz
15PKG_SOURCE_URL:=http://git.pyneo.org/browse/cgit/pyneo/snapshot/
16PKG_MD5SUM:=48cc3fe7c29ac385107cee08786a4477
17
18PKG_BUILD_DEPENDS:=python
19
20include $(INCLUDE_DIR)/package.mk
21$(call include_mk, python-package.mk)
22
23define Package/pyneod
24  SUBMENU:=Python
25  SECTION:=lang
26  CATEGORY:=Languages
27  DEPENDS:=+python +python-pyneo
28  TITLE:=Base lib for pyneo suite
29  URL:=http://pyneo.org/
30endef
31
32define Package/pyneod/description
33 Pyneo is a software stack for mobile devices.
34endef
35
36define PyPackage/pyneod/filespec
37+|$(PYTHON_PKG_DIR)/pyneod
38-|$(PYTHON_PKG_DIR)/pyneod/data/alsastates
39endef
40
41define Build/Compile
42    $(if $(Build/Compile/PyMod),,@echo Python packaging code not found.; false)
43    $(call Build/Compile/PyMod,., \
44        install --prefix="$(PKG_INSTALL_DIR)/usr", \
45    )
46endef
47
48$(eval $(call PyPackage,pyneod))
49$(eval $(call BuildPackage,pyneod))
python-pyneo/Makefile
1#
2# Copyright (C) 2010 pyneo.org
3#
4# This is free software, licensed under the GNU General Public License
5# v3. See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9PKG_NAME:=python-pyneo
10PKG_VERSION:=1.26
11PKG_RELEASE:=1
12
13PKG_SOURCE:=pyneo-$(PKG_VERSION).tar.gz
14PKG_SOURCE_URL:=http://git.pyneo.org/browse/cgit/pyneo/snapshot/
15PKG_MD5SUM:=48cc3fe7c29ac385107cee08786a4477
16
17PKG_BUILD_DEPENDS:=python
18
19include $(INCLUDE_DIR)/package.mk
20$(call include_mk, python-package.mk)
21
22define Package/python-pyneo
23  SUBMENU:=Python
24  SECTION:=lang
25  CATEGORY:=Languages
26  DEPENDS:=+python
27  TITLE:=Base lib for pyneo suite
28  URL:=http://pyneo.org/
29endef
30
31define Package/python-pyneo/description
32 Pyneo is a software stack for mobile devices.
33endef
34
35define PyPackage/python-pyneo/filespec
36+|$(PYTHON_PKG_DIR)/python-pyneo
37-|$(PYTHON_PKG_DIR)/python-pyneo/data
38endef
39
40define Build/Compile
41    $(if $(Build/Compile/PyMod),,@echo Python packaging code not found.; false)
42    $(call Build/Compile/PyMod,., \
43        install --prefix="$(PKG_INSTALL_DIR)/usr", \
44    )
45endef
46
47$(eval $(call PyPackage,python-pyneo))
48$(eval $(call BuildPackage,python-pyneo))

Archive Download the corresponding diff file



interactive