]> 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 1ac7981eafa304fc53ccfec98cc26652d028fde8..1921841e3c0a8fa81c71fef1a7fdf90f5e900169 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  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
@@ -35,7 +37,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ltrace
 PAK_VER    = 2
 
-DEPS       = "elfutils"
+DEPS       = elfutils
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules