Difference between revisions of "Libmateweather"

From LFScript
Line 18: Line 18:
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 
         --mandir=/usr/share/man \
 
         --mandir=/usr/share/man \
         --libexecdir=/usr/lib/mate-libmateweather \
+
         --libexecdir=/usr/lib/mate-weather \
 
         --disable-static \
 
         --disable-static \
 
         --enable-locations-compression &&
 
         --enable-locations-compression &&

Revision as of 22:06, 27 February 2017

LFScript can find this software under the name libmateweather.

Sources


MD5 Checksums:

c69c64dc076b5934e04de90eac8c0854  libmateweather-1.17.0.tar.xz

Dependencies

Installation

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

As the root user:

make install