8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
name: libyaml
|
||
|
version: 0.2.2
|
||
|
release: 1
|
||
|
sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz
|
||
|
@configure
|
||
|
cd libyaml-%{version} && ./bootstrap && ./%{name} --prefix=/usr
|
||
|
|