Commit f346f6c7 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated gupnp to 1.0.7 and 1.2.7

parent c9644911
all:
tar xf gupnp-1.2.3.tar.xz
mkdir gupnp-1.2.3/build
cd gupnp-1.2.3/build && meson --prefix=/usr -Dvapi=false ..
cd gupnp-1.2.3/build && ninja
cd gupnp-1.2.3/build && ninja test
cd gupnp-1.2.3/build && ninja install
rm -rf gupnp-1.2.3
tar xf gupnp-1.2.7.tar.xz
mkdir gupnp-1.2.7/build
cd gupnp-1.2.7/build && meson --prefix=/usr -Dvapi=false ..
cd gupnp-1.2.7/build && ninja
cd gupnp-1.2.7/build && ninja test
cd gupnp-1.2.7/build && ninja install
rm -rf gupnp-1.2.7
10:
tar xf gupnp-1.0.5.tar.xz
mkdir gupnp-1.0.5/build
cd gupnp-1.0.5/build && meson --prefix=/usr -Dvapi=false ..
cd gupnp-1.0.5/build && ninja
cd gupnp-1.0.5/build && ninja test
cd gupnp-1.0.5/build && ninja install
rm -rf gupnp-1.0.5
tar xf gupnp-1.0.7.tar.xz
mkdir gupnp-1.0.7/build
cd gupnp-1.0.7/build && meson --prefix=/usr -Dvapi=false ..
cd gupnp-1.0.7/build && ninja
cd gupnp-1.0.7/build && ninja test
cd gupnp-1.0.7/build && ninja install
rm -rf gupnp-1.0.7
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment