summaryrefslogtreecommitdiff
path: root/dbus-glib/build.sh
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-10-24 14:13:44 -0400
committerGitHub <noreply@github.com>2017-10-24 14:13:44 -0400
commite6a04ddc6acb83c383fcb87c828fd1434648f0a8 (patch)
treeeea7cb79af34a39248c5f4faad6b26117afe6d91 /dbus-glib/build.sh
parent8539e060024f324c55d1d26d3cb037c879d43bd8 (diff)
parent268ac4c9a9dbd70dd6b889dc893594a72e6553e1 (diff)
downloadastroconda-contrib-e6a04ddc6acb83c383fcb87c828fd1434648f0a8.tar.gz
Merge pull request #265 from jhunkeler/dbus-glib
Initial commit; dbus-glib (#58)
Diffstat (limited to 'dbus-glib/build.sh')
-rw-r--r--dbus-glib/build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dbus-glib/build.sh b/dbus-glib/build.sh
new file mode 100644
index 0000000..d463597
--- /dev/null
+++ b/dbus-glib/build.sh
@@ -0,0 +1,7 @@
+export CFLAGS="-I$PREFIX/include"
+export LDFLAGS="-L$PREFIX/lib"
+export PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig"
+
+./configure --prefix=$PREFIX
+make
+make install