|
Revision 19643, 0.9 KB
(checked in by dmichelsen, 7 months ago)
|
|
WHOLE TREE: Remove default CATEGORIES
|
| Line | |
|---|
| 1 | NAME = ncdu |
|---|
| 2 | VERSION = 1.8 |
|---|
| 3 | GARTYPE = v2 |
|---|
| 4 | |
|---|
| 5 | DESCRIPTION = Ncurses version of the famous old 'du' unix |
|---|
| 6 | define 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! |
|---|
| 12 | endef |
|---|
| 13 | |
|---|
| 14 | MASTER_SITES = http://dev.yorhel.nl/download/ |
|---|
| 15 | DISTFILES = $(NAME)-$(VERSION).tar.gz |
|---|
| 16 | |
|---|
| 17 | VENDOR_URL = http://dev.yorhel.nl/ncdu/ |
|---|
| 18 | |
|---|
| 19 | BUILD_DEP_PKGS += CSWlibncurses-dev |
|---|
| 20 | RUNTIME_DEP_PKGS_CSWncdu += CSWlibncursesw5 |
|---|
| 21 | |
|---|
| 22 | EXTRA_INC = /opt/csw/include/ncursesw |
|---|
| 23 | |
|---|
| 24 | # ncdu doesn't come with a test suite |
|---|
| 25 | TEST_SCRIPTS = |
|---|
| 26 | |
|---|
| 27 | include gar/category.mk |
|---|
| 28 | |
|---|
| 29 | post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(NAME) |
|---|
| 30 | post-install-modulated: |
|---|
| 31 | ginstall -d $(DOCDEST) |
|---|
| 32 | cp $(FILEDIR)/changelog.CSW $(DOCDEST) |
|---|
| 33 | @$(MAKECOOKIE) |
|---|