9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
|
name: util-linux
|
||
|
version: 2.34
|
||
|
sources: https://github.com/karelzak/util-linux/archive/v%{version}.tar.gz
|
||
|
|
||
|
@configure
|
||
|
cd %{name}-%{version}
|
||
|
./autogen.sh
|
||
|
./configure --prefix=/usr
|