libyaml: prefix added
This commit is contained in:
parent
efb4461577
commit
dc7d7aa5bd
@ -2,6 +2,10 @@ name: libyaml
|
|||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
release: 1
|
release: 1
|
||||||
sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz
|
sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz
|
||||||
@configure
|
prefix: /usr/weirdos
|
||||||
cd libyaml-%{version} && ./bootstrap && ./configure --prefix=/usr
|
|
||||||
|
@configure
|
||||||
|
cd libyaml-%{version}
|
||||||
|
./bootstrap
|
||||||
|
./configure --prefix=%{prefix} --enable-static
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user