diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-09-20 22:44:32 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-10-02 13:50:37 -0400 |
commit | b88166f6c33e243b5d46a6463bfd33bbb1bc51af (patch) | |
tree | ff8b189504086b32ecc9544cfe2e6a70fcabcc2d /dbus-python/build.sh | |
parent | 846e6c7ff7fbdf60834f0a27324ecb663ba1fdad (diff) | |
download | astroconda-contrib-b88166f6c33e243b5d46a6463bfd33bbb1bc51af.tar.gz |
Initial commit; dbus-python (#57)
* Initial commit; dbus-python
* Update meta.yaml
* Skip package if host is not Linux
Diffstat (limited to 'dbus-python/build.sh')
-rw-r--r-- | dbus-python/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus-python/build.sh b/dbus-python/build.sh new file mode 100644 index 0000000..0259769 --- /dev/null +++ b/dbus-python/build.sh @@ -0,0 +1,3 @@ +./configure --prefix=$PREFIX +make +make install |