Libmateweather: Difference between revisions

From LFScript
Update to 1.18.0
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


== Sources ==
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/libmateweather-1.17.0.tar.xz</sourcecode>
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/libmateweather-1.18.0.tar.xz</sourcecode>


<md5>c69c64dc076b5934e04de90eac8c0854 libmateweather-1.17.0.tar.xz</md5>
<md5>2f3e6493a457438e08b6034fe9ad05dc libmateweather-1.18.0.tar.xz</md5>


== Dependencies ==
== Dependencies ==
Line 15: Line 15:
== Installation ==
== Installation ==
<build>./autogen.sh --prefix=/usr \
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.17 \
         --sysconfdir=/etc/mate/1.18 \
         --localstatedir=/var \
         --localstatedir=/var \
         --mandir=/usr/share/man \
         --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-weather \
         --disable-static \
         --disable-static \
         --enable-locations-compression &&
         --enable-locations-compression &&

Latest revision as of 15:02, 28 April 2017

LFScript can find this software under the name libmateweather.

Sources


MD5 Checksums:

2f3e6493a457438e08b6034fe9ad05dc  libmateweather-1.18.0.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.18 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-weather \
        --disable-static \
        --enable-locations-compression &&
make

As the root user:

make install