[Lunar-commits] <moonbase> python-poppler-qt4: Adding to moonbase, will be a depends for frescobaldi.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Jan 29 14:58:56 CET 2012
commit 1adca331f5e43f78f92008429fcbeebe342cdeb2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Jan 29 08:58:56 2012 -0500
python-poppler-qt4: Adding to moonbase, will be a depends for frescobaldi.
---
python/python-poppler-qt4/BUILD | 8 ++++++++
python/python-poppler-qt4/DEPENDS | 3 +++
python/python-poppler-qt4/DETAILS | 12 ++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/python/python-poppler-qt4/BUILD b/python/python-poppler-qt4/BUILD
new file mode 100644
index 0000000..d1d4913
--- /dev/null
+++ b/python/python-poppler-qt4/BUILD
@@ -0,0 +1,8 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install --prefix /usr
+
+) > $C_FIFO 2>&1
+
diff --git a/python/python-poppler-qt4/DEPENDS b/python/python-poppler-qt4/DEPENDS
new file mode 100644
index 0000000..2066444
--- /dev/null
+++ b/python/python-poppler-qt4/DEPENDS
@@ -0,0 +1,3 @@
+depends Python
+depends qt4
+depends poppler
diff --git a/python/python-poppler-qt4/DETAILS b/python/python-poppler-qt4/DETAILS
new file mode 100644
index 0000000..9378254
--- /dev/null
+++ b/python/python-poppler-qt4/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=python-poppler-qt4
+ VERSION=0.16.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://python-poppler-qt4.googlecode.com/files/
+ SOURCE_VFY=sha1:48867d203ba83d4e818730f6ddcdbbf567b450cf
+ WEB_SITE=http://code.google.com/p/python-poppler-qt4/
+ ENTERED=20120129
+ UPDATED=20120129
+ SHORT="Python binding to poppler-qt4"
+cat << EOF
+Python binding to poppler-qt4.
+EOF
More information about the Lunar-commits
mailing list