]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - tree/tree.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x into samba4
[people/amarx/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
a26de3c4
MT
8release = 1
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
25 build
26 make CFLAGS="%{CFLAGS} $(getconf LFS_CFLAGS)" %{PARALLELISMFLAGS}
27 end
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