############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = tree version = 2.1.1 release = 1 groups = Applications/File url = https://mama.indstate.edu/users/ice/tree/ license = GPLv2+ summary = File system tree viewer. description The tree utility recursively displays the contents of directories in a tree-like format. Tree is basically a UNIX port of the DOS tree utility. end source_dl = https://mama.indstate.edu/users/ice/tree/src/ sources = %{thisapp}.tgz build make_build_targets += \ CFLAGS="%{CFLAGS} $(getconf LFS_CFLAGS)" \ LDFLAGS="%{LDFLAGS}" install make install \ PREFIX=%{BUILDROOT}%{prefix} \ BINDIR=%{BUILDROOT}%{bindir} \ MANDIR=%{BUILDROOT}%{mandir} end end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end