diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-09-20 22:44:24 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-10-02 13:45:42 -0400 |
commit | 268ac4c9a9dbd70dd6b889dc893594a72e6553e1 (patch) | |
tree | 11bf44feb311f1c9a027fcd9f8d198689caabd15 /dbus-glib/build.sh | |
parent | 846e6c7ff7fbdf60834f0a27324ecb663ba1fdad (diff) | |
download | astroconda-contrib-268ac4c9a9dbd70dd6b889dc893594a72e6553e1.tar.gz |
Initial commit; dbus-glib (#58)
* Initial commit; dbus-glib
* Skip package host is not Linux; add selinux note
* Remove worthless argument
Diffstat (limited to 'dbus-glib/build.sh')
-rw-r--r-- | dbus-glib/build.sh | 7 |
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 |