Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <aaron@abock.org>2011-02-06 15:27:42 +0300
committerAaron Bockover <aaron@abock.org>2011-02-06 15:27:42 +0300
commit45e3d80c4513358e80e48bfb8fc705f0a7e39be0 (patch)
tree3350b24fb8b8fb2c9ee615b868a6559d9d6bb4b4 /packages
parent7759445d819630eade6186b67eea45a379a49588 (diff)
Added gobject-introspection and libffi packages
Diffstat (limited to 'packages')
-rw-r--r--packages/gobject-introspection.py1
-rw-r--r--packages/libffi.py3
2 files changed, 4 insertions, 0 deletions
diff --git a/packages/gobject-introspection.py b/packages/gobject-introspection.py
new file mode 100644
index 0000000..f39a3f1
--- /dev/null
+++ b/packages/gobject-introspection.py
@@ -0,0 +1 @@
+GnomePackage ('gobject-introspection', version_major = '0.10', version_minor = '1', configure_flags = ['--disable-tests'])
diff --git a/packages/libffi.py b/packages/libffi.py
new file mode 100644
index 0000000..05d167d
--- /dev/null
+++ b/packages/libffi.py
@@ -0,0 +1,3 @@
+Package ('libffi', '3.0.9', sources = [
+ 'ftp://sources.redhat.com/pub/%{name}/%{name}-%{version}.tar.gz'
+])