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

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

Revision 19643, 0.9 KB (checked in by dmichelsen, 7 months ago)

WHOLE TREE: Remove default CATEGORIES

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