Ubuntu Pastebin

Paste from sergiusens at Thu, 21 Apr 2016 10:41:29 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
curl:
        type: autotools-project
        plugin: autotools
        source: http://curl.haxx.se/download/curl-7.44.0.tar.bz2
        source-type: tar
        configflags:
            - --enable-static
            - --enable-shared
            - --disable-manual
        snap:
            - -bin
            - -lib/*.a
            - -lib/pkgconfig
            - -lib/*.la
            - -include
            - -share

# MQTT for python library by eclipse paho project
# Homepage: http://www.eclipse.org/paho/
# Example: https://github.com/campbieil/mqtt-Ubuntu-Core-Thingstudio
mqtt-paho-py3:
        plugin: python3
        source: https://git.eclipse.org/r/paho/org.eclipse.paho.mqtt.python
        source-type: git
        source-tag: v1.1
mqtt-paho-py2:
        plugin: python2
        source: https://git.eclipse.org/r/paho/org.eclipse.paho.mqtt.python
        source-type: git
        source-tag: v1.1
qt5conf:
        plugin: make
        source: https://github.com/sergiusens/qt5conf.git
Download as text