]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - tree/tree.nm
OpenSSL: Add missing Perl dependency
[people/pmueller/ipfire-3.x.git] / tree / tree.nm
CommitLineData
a26de3c4
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = tree
694930ab 7version = 2.1.0
e46113aa 8release = 2
a26de3c4
MT
9
10groups = Applications/File
694930ab 11url = https://mama.indstate.edu/users/ice/tree/
a26de3c4
MT
12license = GPLv2+
13summary = File system tree viewer.
14
15description
16 The tree utility recursively displays the contents of directories in a
17 tree-like format. Tree is basically a UNIX port of the DOS tree
18 utility.
19end
20
694930ab 21source_dl = https://mama.indstate.edu/users/ice/tree/src/
a26de3c4
MT
22sources = %{thisapp}.tgz
23
24build
e126ee45
MT
25 make_build_targets += \
26 CFLAGS="%{CFLAGS} $(getconf LFS_CFLAGS)" \
27 LDFLAGS="%{LDFLAGS}"
a26de3c4
MT
28
29 install
e46113aa
SS
30 make install \
31 PREFIX=%{BUILDROOT}%{prefix} \
32 BINDIR=%{BUILDROOT}%{bindir} \
33 MANDIR=%{BUILDROOT}%{mandir}
a26de3c4
MT
34 end
35end
36
37packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43end