libyaml recipe updated for style.

master
Luka Vandervelden 2019-08-22 19:58:13 +02:00
parent f1e680424a
commit 9fb374c235
1 changed files with 2 additions and 2 deletions

View File

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