Commit c9644911 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated gupnp to 1.0.5 and 1.2.3

parent 6d79fe4e
all:
tar xf gupnp-1.2.1.tar.xz
mkdir gupnp-1.2.1/build
cd gupnp-1.2.1/build && meson --prefix=/usr -Dvapi=false ..
cd gupnp-1.2.1/build && ninja
cd gupnp-1.2.1/build && ninja test
cd gupnp-1.2.1/build && ninja install
rm -rf gupnp-1.2.1
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
10:
tar xf gupnp-1.0.4.tar.gz
mkdir gupnp-gupnp-1.0.4/build
cd gupnp-gupnp-1.0.4/build && meson --prefix=/usr -Dvapi=false ..
cd gupnp-gupnp-1.0.4/build && ninja
cd gupnp-gupnp-1.0.4/build && ninja test
cd gupnp-gupnp-1.0.4/build && ninja install
rm -rf gupnp-gupnp-1.0.4
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
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