[Lunar-commits] <moonbase> readding build and depends file for gnome-python
Samuel Verstraete
elangelo at lunar-linux.org
Thu Jul 3 10:03:41 CEST 2008
commit 47f6d491bb3e3911230681db7e8abc7ef12b56d4
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Thu Jul 3 10:03:41 2008 +0200
readding build and depends file for gnome-python
---
gnome2/bindings/gnome-python/BUILD | 13 +++++++++++++
gnome2/bindings/gnome-python/DEPENDS | 4 ++++
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/gnome2/bindings/gnome-python/BUILD b/gnome2/bindings/gnome-python/BUILD
new file mode 100644
index 0000000..07280ab
--- /dev/null
+++ b/gnome2/bindings/gnome-python/BUILD
@@ -0,0 +1,13 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
+
diff --git a/gnome2/bindings/gnome-python/DEPENDS b/gnome2/bindings/gnome-python/DEPENDS
new file mode 100644
index 0000000..1c77460
--- /dev/null
+++ b/gnome2/bindings/gnome-python/DEPENDS
@@ -0,0 +1,4 @@
+depends libgnomeprintui
+depends libgnomeui
+depends pyorbit
+depends pygtk
More information about the Lunar-commits
mailing list