|
Revision 16916, 0.6 KB
(checked in by dmichelsen, 4 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = diffstat |
|---|
| 2 | VERSION = 1.55 |
|---|
| 3 | CATEGORIES = utils |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = A utility which provides statistics based on the output of diff |
|---|
| 7 | define BLURB |
|---|
| 8 | endef |
|---|
| 9 | |
|---|
| 10 | MASTER_SITES = ftp://invisible-island.net/diffstat/ |
|---|
| 11 | DISTFILES += $(DISTNAME).tgz |
|---|
| 12 | |
|---|
| 13 | VENDOR_URL = http://invisible-island.net/diffstat/ |
|---|
| 14 | |
|---|
| 15 | CONFIGURE_ARGS = $(DIRPATHS) |
|---|
| 16 | CONFIGURE_ARGS += --with-install-prefix=$(DESTDIR) |
|---|
| 17 | |
|---|
| 18 | include gar/category.mk |
|---|
| 19 | |
|---|
| 20 | post-extract-modulated: |
|---|
| 21 | -test -f $(WORKSRC)/diffstat.1 && perl -n -e 'next if( !/^\.\\"/ ); s/\.\\"//; print "*$$_"' $(WORKSRC)/diffstat.1 >$(WORKSRC)/COPYING |
|---|
| 22 | @$(MAKECOOKIE) |
|---|