diff --git a/util-linux/recipe.spec b/util-linux/recipe.spec new file mode 100644 index 0000000..ff208bc --- /dev/null +++ b/util-linux/recipe.spec @@ -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