File: special/licenses/Makefile
base-0 patch-1
Line 1Line 0
GARNAME = licenses
GARVERSION = none
CATEGORIES = special
DISTFILES = $(shell cat distfiles)
MAINTAINER = Seth Schoen <schoen@loyalty.org>
LICENSE = none

WORKSRC = $(WORKDIR)

DESCRIPTION = licenses and permissions for other packages
define BLURB
Enter a longer description here.

You can use multiple lines if you want.
endef

DEPENDS = special/bbc-provided

BUILD_SCRIPTS = custom
INSTALL_SCRIPTS = custom

# This should go before any hand-made rules.
include ../../gar.mk

build-custom:
        cd $(WORKDIR); tar -czvf package-licenses.tar.gz *
        $(MAKECOOKIE)

install-custom:
        install -D $(WORKDIR)/package-licenses.tar.gz $(DESTDIR)/share/package-licenses.tar.gz
        $(MAKECOOKIE)