util-linux recipe added.
parent
18cb524bc5
commit
6e109a0afc
|
@ -0,0 +1,8 @@
|
|||
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
|
Reference in New Issue