libyaml recipe updated for style.
parent
f1e680424a
commit
9fb374c235
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue