]> git.ipfire.org Git - ipfire-3.x.git/blame - tree/tree.nm
kernel: Update to 5.3.7
[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
acf3f91c 7version = 1.7.0
e126ee45 8release = 2
a26de3c4
MT
9
10groups = Applications/File
11url = http://mama.indstate.edu/users/ice/tree/
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
21source_dl = ftp://mama.indstate.edu/linux/tree/
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
30 make install BINDIR=%{BUILDROOT}%{bindir} \
31 MANDIR=%{BUILDROOT}%{mandir}/man1
32 end
33end
34
35packages
36 package %{name}
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end