[Lunar-commits] <moonbase> at-spi2-core: added to moonbase
Auke Kok
sofar at foo-projects.org
Sun Jun 12 05:45:36 CEST 2011
commit bdb80e9407cc306c693428bdbbfd357a3fe91422
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Sun Jun 12 05:45:36 2011 +0200
at-spi2-core: added to moonbase
---
zbeta/at-spi2-core/BUILD | 16 ++++++++++++++++
zbeta/at-spi2-core/DEPENDS | 4 ++++
zbeta/at-spi2-core/DETAILS | 15 +++++++++++++++
3 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/zbeta/at-spi2-core/BUILD b/zbeta/at-spi2-core/BUILD
new file mode 100644
index 0000000..25bfd5d
--- /dev/null
+++ b/zbeta/at-spi2-core/BUILD
@@ -0,0 +1,16 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+
+ # change Makefile spaces to tabs...
+ # sedit 's:^ if :\t\tif :' Makefile &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/at-spi2-core/DEPENDS b/zbeta/at-spi2-core/DEPENDS
new file mode 100644
index 0000000..a3d45d9
--- /dev/null
+++ b/zbeta/at-spi2-core/DEPENDS
@@ -0,0 +1,4 @@
+depends dbus
+depends glib
+depends dbus-glib
+depends gtk+-2
diff --git a/zbeta/at-spi2-core/DETAILS b/zbeta/at-spi2-core/DETAILS
new file mode 100644
index 0000000..cf6e015
--- /dev/null
+++ b/zbeta/at-spi2-core/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=at-spi2-core
+ MAJOR=2.0
+ VERSION=$MAJOR.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+# SOURCE_VFY=sha1:0cc1403dde2f62f7254b32ff305984ed091cc9c7
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20110430
+ UPDATED=20110430
+ SHORT="GNOME Assistive Technology Service Provider Interface"
+
+cat << EOF
+This is the Gnome Accessibility Project's Assistive Technology Service
+Provider Interface.
+EOF
More information about the Lunar-commits
mailing list