|
Revision 16916, 1.0 KB
(checked in by dmichelsen, 4 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = di |
|---|
| 2 | VERSION = 4.31 |
|---|
| 3 | CATEGORIES = utils |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = Disk information utility |
|---|
| 7 | define BLURB |
|---|
| 8 | 'di' is a disk information utility, displaying everything (and more) |
|---|
| 9 | that your 'df' command does. It features the ability to display your |
|---|
| 10 | disk usage in whatever format you desire/prefer/are used to. It is |
|---|
| 11 | designed to be portable across many platforms. |
|---|
| 12 | endef |
|---|
| 13 | |
|---|
| 14 | MASTER_SITES = http://www.gentoo.com/di/ |
|---|
| 15 | DISTFILES = $(NAME)-$(VERSION).tar.gz |
|---|
| 16 | |
|---|
| 17 | RUNTIME_DEP_PKGS_CSWdi += CSWlibintl8 |
|---|
| 18 | |
|---|
| 19 | LICENSE = LICENSE |
|---|
| 20 | |
|---|
| 21 | PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 |
|---|
| 22 | # Make extra packages for Solaris 10 as di is zone-aware |
|---|
| 23 | PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 |
|---|
| 24 | |
|---|
| 25 | CONFIGURE_SCRIPTS = |
|---|
| 26 | |
|---|
| 27 | # Make sure the locale is configured to the right directory |
|---|
| 28 | BUILD_OVERRIDE_VARS = prefix |
|---|
| 29 | BUILD_OVERRIDE_VAR_prefix = $(prefix) |
|---|
| 30 | |
|---|
| 31 | TEST_SCRIPTS = |
|---|
| 32 | |
|---|
| 33 | INSTALL_OVERRIDE_DIRS = prefix |
|---|
| 34 | |
|---|
| 35 | include gar/category.mk |
|---|
| 36 | |
|---|
| 37 | pre-install-modulated: |
|---|
| 38 | ginstall -d $(DESTDIR)$(bindir) |
|---|
| 39 | @$(MAKECOOKIE) |
|---|