libyaml: prefix added

master
Luka Vandervelden 2019-08-29 00:53:55 +02:00
parent efb4461577
commit dc7d7aa5bd
1 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@ name: libyaml
version: 0.2.2
release: 1
sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz
@configure
cd libyaml-%{version} && ./bootstrap && ./configure --prefix=/usr
prefix: /usr/weirdos
@configure
cd libyaml-%{version}
./bootstrap
./configure --prefix=%{prefix} --enable-static