* [Buildroot] [PATCH] python-id3: new package
@ 2012-05-14 8:33 Dominik Faessler
2012-05-14 20:43 ` Peter Korsgaard
2012-05-14 20:47 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Dominik Faessler @ 2012-05-14 8:33 UTC (permalink / raw)
To: buildroot
---
package/Config.in | 1 +
package/python-id3/Config.in | 9 +++++++++
package/python-id3/python-id3.mk | 21 +++++++++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
create mode 100644 package/python-id3/Config.in
create mode 100644 package/python-id3/python-id3.mk
diff --git a/package/Config.in b/package/Config.in
index fb1b08f..a89e646 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -255,6 +255,7 @@ source "package/python/Config.in"
if BR2_PACKAGE_PYTHON
menu "external python modules"
source "package/python-dpkt/Config.in"
+source "package/python-id3/Config.in"
source "package/python-mad/Config.in"
source "package/python-netifaces/Config.in"
source "package/python-pygame/Config.in"
diff --git a/package/python-id3/Config.in b/package/python-id3/Config.in
new file mode 100644
index 0000000..6ddfd54
--- /dev/null
+++ b/package/python-id3/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_ID3
+ bool "python-id3"
+ depends on BR2_PACKAGE_PYTHON
+ help
+ This module allows one to read and manipulate so-called ID3
+ informational tags on MP3 files through an object-oriented
+ Python interface.
+
+ http://id3-py.sourceforge.net/
diff --git a/package/python-id3/python-id3.mk
b/package/python-id3/python-id3.mk
new file mode 100644
index 0000000..907dc63
--- /dev/null
+++ b/package/python-id3/python-id3.mk
@@ -0,0 +1,21 @@
+#############################################################
+#
+# python-id3
+#
+#############################################################
+
+PYTHON_ID3_VERSION = 1.2
+PYTHON_ID3_SOURCE = id3-py_$(PYTHON_ID3_VERSION).tar.gz
+PYTHON_ID3_SITE =
http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/id3-py
+
+PYTHON_ID3_DEPENDENCIES = python
+
+define PYTHON_ID3_BUILD_CMDS
+ (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
+endef
+
+define PYTHON_ID3_INSTALL_TARGET_CMDS
+ (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install
--prefix=$(TARGET_DIR)/usr)
+endef
+
+$(eval $(call GENTARGETS))
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] python-id3: new package
2012-05-14 8:33 [Buildroot] [PATCH] python-id3: new package Dominik Faessler
@ 2012-05-14 20:43 ` Peter Korsgaard
2012-05-14 20:47 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-05-14 20:43 UTC (permalink / raw)
To: buildroot
>>>>> "Dominik" == Dominik Faessler <faessler@was.ch> writes:
Dominik> package/python-id3/Config.in | 9 +++++++++
Dominik> package/python-id3/python-id3.mk | 21 +++++++++++++++++++++
Committed to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] python-id3: new package
2012-05-14 8:33 [Buildroot] [PATCH] python-id3: new package Dominik Faessler
2012-05-14 20:43 ` Peter Korsgaard
@ 2012-05-14 20:47 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-05-14 20:47 UTC (permalink / raw)
To: buildroot
>>>>> "Dominik" == Dominik Faessler <faessler@was.ch> writes:
Dominik> ---
Dominik> +PYTHON_ID3_VERSION = 1.2
Dominik> +PYTHON_ID3_SOURCE = id3-py_$(PYTHON_ID3_VERSION).tar.gz
Dominik> +PYTHON_ID3_SITE =
Dominik> http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/id3-py
Dominik> +
Dominik> +PYTHON_ID3_DEPENDENCIES = python
Dominik> +
Dominik> +define PYTHON_ID3_BUILD_CMDS
Dominik> + (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
Dominik> +endef
Dominik> +
Dominik> +define PYTHON_ID3_INSTALL_TARGET_CMDS
Dominik> + (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install
Dominik> --prefix=$(TARGET_DIR)/usr)
Do notice that your mailer has wordwrapped the patch, so I had to fix it
up manually. Consider using 'git send-email' in the future.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-14 20:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 8:33 [Buildroot] [PATCH] python-id3: new package Dominik Faessler
2012-05-14 20:43 ` Peter Korsgaard
2012-05-14 20:47 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox