]> git.ipfire.org Git - ipfire-3.x.git/blob - tree/tree.nm
iperf3: New package
[ipfire-3.x.git] / tree / tree.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = tree
7 version = 1.7.0
8 release = 2
9
10 groups = Applications/File
11 url = http://mama.indstate.edu/users/ice/tree/
12 license = GPLv2+
13 summary = File system tree viewer.
14
15 description
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.
19 end
20
21 source_dl = ftp://mama.indstate.edu/linux/tree/
22 sources = %{thisapp}.tgz
23
24 build
25 make_build_targets += \
26 CFLAGS="%{CFLAGS} $(getconf LFS_CFLAGS)" \
27 LDFLAGS="%{LDFLAGS}"
28
29 install
30 make install BINDIR=%{BUILDROOT}%{bindir} \
31 MANDIR=%{BUILDROOT}%{mandir}/man1
32 end
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end