snap/snapcraft.yaml
changeset 82 90da520cbaa5
parent 81 a95b2fa896e9
child 86 3564991cd359
equal deleted inserted replaced
81:a95b2fa896e9 82:90da520cbaa5
    93       - bison
    93       - bison
    94     override-build: |
    94     override-build: |
    95       autoreconf -i && ./configure && make
    95       autoreconf -i && ./configure && make
    96       cp -a $SNAPCRAFT_PART_BUILD $SNAPCRAFT_PART_INSTALL/matiec
    96       cp -a $SNAPCRAFT_PART_BUILD $SNAPCRAFT_PART_INSTALL/matiec
    97 
    97 
       
    98   modbus:
       
    99     plugin: nil
       
   100     source: Modbus
       
   101     source-type: local
       
   102     build-packages:
       
   103       - build-essential
       
   104       - automake
       
   105     override-build: |
       
   106       make
       
   107       cp -a $SNAPCRAFT_PART_BUILD $SNAPCRAFT_PART_INSTALL/Modbus
       
   108 
    98   open62541:
   109   open62541:
    99     plugin: nil
   110     plugin: nil
   100     source: open62541
   111     source: open62541
   101     source-type: local
   112     source-type: local
   102     build-packages:
   113     build-packages: