This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-08-15 23:30:19 +02:00
|
|
|
name: util-linux
|
|
|
|
version: 2.34
|
|
|
|
sources: https://github.com/karelzak/util-linux/archive/v%{version}.tar.gz
|
2019-08-15 23:31:50 +02:00
|
|
|
build-dependencies: autoconf, automake
|
2019-08-15 23:30:19 +02:00
|
|
|
|
|
|
|
@configure
|
|
|
|
cd %{name}-%{version}
|
|
|
|
./autogen.sh
|
|
|
|
./configure --prefix=/usr
|