diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-09-20 22:44:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 22:44:32 -0400 |
commit | 847aa7b90e010c52997893ac70c92447d945f3a0 (patch) | |
tree | 4f77ba9522489118cbcafc857960324bd9c968d2 /dbus-python/build.sh | |
parent | 0b2ef13ec9339ea458e98b62851aa7a4859d1baa (diff) | |
download | astroconda-dev-847aa7b90e010c52997893ac70c92447d945f3a0.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 |