diff options
author | kurt <kurt@kurt-Inspiron-600m.(none)> | 2012-04-30 01:11:02 (EDT) |
---|---|---|
committer | kurt <kurt@kurt-Inspiron-600m.(none)> | 2012-04-30 01:11:02 (EDT) |
commit | 9e334faf2e0ae5e3bd753bfb19853f65a3bc9ee8 (patch) | |
tree | ec8c1799bcbbc14f2975a536c911d962c3d0fbf4 |
-rwxr-xr-x | build | 19 | ||||
-rw-r--r-- | changelog | 4 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | copyright | 0 | ||||
-rw-r--r-- | format | 1 | ||||
-rw-r--r-- | glib-2.20.0.tar.gz | bin | 0 -> 7053569 bytes | |||
-rw-r--r-- | glib.pkg/control | 5 | ||||
-rw-r--r-- | glib.pkg/install | 1 | ||||
-rw-r--r-- | glibheaders.pkg/control | 4 | ||||
-rw-r--r-- | glibheaders.pkg/install | 1 | ||||
-rw-r--r-- | install | 1 |
11 files changed, 39 insertions, 0 deletions
@@ -0,0 +1,19 @@ +#! /usr/bin/make -f + +glib glibheaders: glib.buildstamp + +.SILENT: glib.buildstamp +glib.buildstamp: + cd src && ./configure --prefix=/usr --includedir=/usr/include &&\ + make && make DESTDIR=$$(pwd)/../dest install + oh-strip -gl usr/lib/libglib-2.0.so.0.2000.0 + oh-strip -gl usr/lib/libgobject-2.0.so.0.2000.0 + oh-strip -gl usr/lib/libgmodule-2.0.so.0.2000.0 + oh-strip -gl usr/lib/libgio-2.0.so.0.2000.0 + oh-strip -gl usr/lib/libgthread-2.0.so.0.2000.0 + bash + oh-installfiles glib glibheaders + oh-installdocs glib + oh-gencontrol glib glibheaders + oh-buildopk glib glibheaders + touch glib.buildstamp diff --git a/changelog b/changelog new file mode 100644 index 0000000..d201181 --- /dev/null +++ b/changelog @@ -0,0 +1,4 @@ +glib (2.20.0) + + * Inital release. + -- Joseph Flynn <jjf22@njit.edu> Sun, 29 Apr 2012 09:21:29 -0400 @@ -0,0 +1,3 @@ +Source: glib +Version: 2.20.0 +Maintainer: Joseph Flynn <jjf22@njit.edu> diff --git a/copyright b/copyright new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/copyright @@ -0,0 +1 @@ +1.0 diff --git a/glib-2.20.0.tar.gz b/glib-2.20.0.tar.gz Binary files differnew file mode 100644 index 0000000..4e12c7f --- /dev/null +++ b/glib-2.20.0.tar.gz diff --git a/glib.pkg/control b/glib.pkg/control new file mode 100644 index 0000000..e918eb6 --- /dev/null +++ b/glib.pkg/control @@ -0,0 +1,5 @@ +Package: glib +Architecture: any +Description: glib provides the core building blocks for applications. + Glib provides the core object system in GNOME such as main loop implementation and utility functions. + diff --git a/glib.pkg/install b/glib.pkg/install new file mode 100644 index 0000000..1b91047 --- /dev/null +++ b/glib.pkg/install @@ -0,0 +1 @@ +usr/ diff --git a/glibheaders.pkg/control b/glibheaders.pkg/control new file mode 100644 index 0000000..1435a6b --- /dev/null +++ b/glibheaders.pkg/control @@ -0,0 +1,4 @@ +Package: glibheaders +Architecture: any +Description: Provides headers for glib. + Glib headers that are used in glib. diff --git a/glibheaders.pkg/install b/glibheaders.pkg/install new file mode 100644 index 0000000..41a1414 --- /dev/null +++ b/glibheaders.pkg/install @@ -0,0 +1 @@ +usr/include/* @@ -0,0 +1 @@ +/usr |