]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/ltrace
Merge branch 'master' into next
[people/mfischer/ipfire-2.x.git] / lfs / ltrace
index b8ee5afd7d43d050e73e45e0d3af31e6ff4919f7..1921841e3c0a8fa81c71fef1a7fdf90f5e900169 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2013  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
+SUMMARY    = Library and system call tracer for programs
+
 VER        = 0.7.3
-SUP_ARCHES = x86_64 i586 armv5tel
+SUP_ARCHES = x86_64 armv6l
 
 THISAPP    = ltrace-$(VER)
 DL_FILE    = ltrace_$(VER).orig.tar.bz2
@@ -33,9 +35,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ltrace
-PAK_VER    = 1
+PAK_VER    = 2
+
+DEPS       = elfutils
 
-DEPS       = "elfutils"
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules