1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/ncdu/trunk/Makefile

Revision 16916, 0.9 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = ncdu
2VERSION = 1.8
3CATEGORIES = utils
4GARTYPE = v2
5
6DESCRIPTION = Ncurses version of the famous old 'du' unix
7define BLURB
8  As the name already suggests, ncdu is an ncurses version of the famous
9  old 'du' unix command. It provides a fast and easy interface to your
10  harddrive. Where is your disk space going? Why is your home directory
11  that large? ncdu can answer those questions for you in just a matter of
12  seconds!
13endef
14
15MASTER_SITES = http://dev.yorhel.nl/download/
16DISTFILES = $(NAME)-$(VERSION).tar.gz
17
18VENDOR_URL = http://dev.yorhel.nl/ncdu/
19
20BUILD_DEP_PKGS += CSWlibncurses-dev
21RUNTIME_DEP_PKGS_CSWncdu += CSWlibncursesw5
22
23EXTRA_INC = /opt/csw/include/ncursesw
24
25# ncdu doesn't come with a test suite
26TEST_SCRIPTS = 
27
28include gar/category.mk
29
30post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(NAME)
31post-install-modulated:
32        ginstall -d $(DOCDEST)
33        cp $(FILEDIR)/changelog.CSW $(DOCDEST)
34        @$(MAKECOOKIE)
Note: See TracBrowser for help on using the browser.