Signed-off-by: Alexander Marx alexander.marx@ipfire.org --- libtool/libtool.nm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/libtool/libtool.nm b/libtool/libtool.nm index 722be3c..4d4cd82 100644 --- a/libtool/libtool.nm +++ b/libtool/libtool.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libtool -version = 2.4.4 +version = 2.4.6 release = 1
groups = System/Libraries @@ -20,6 +20,15 @@ description end
source_dl = http://ftp.gnu.org/gnu/libtool/ +sources = %{thisapp}.tar.gz + +build + requires + m4 + end +end + +
packages package %{name}
Thanks. This is better.
-Michael
On Wed, 2016-04-13 at 15:49 +0200, Alexander Marx wrote:
Signed-off-by: Alexander Marx alexander.marx@ipfire.org
libtool/libtool.nm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/libtool/libtool.nm b/libtool/libtool.nm index 722be3c..4d4cd82 100644 --- a/libtool/libtool.nm +++ b/libtool/libtool.nm @@ -4,7 +4,7 @@ ############################################################################# ## name = libtool -version = 2.4.4 +version = 2.4.6 release = 1 groups = System/Libraries @@ -20,6 +20,15 @@ description end source_dl = http://ftp.gnu.org/gnu/libtool/ +sources = %{thisapp}.tar.gz
+build
- requires
m4
- end
+end
packages package %{name}