diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:18:39 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:18:39 -0700 |
commit | 9b028e3f9cfedde6a5bd72c82e97e3e097d949fc (patch) | |
tree | ee73e7c64767912ee2b14ee960148576457fdbc0 /admin/debootstrap/Makefile | |
parent | ea0a5049eb82f8a58f5f5d725402b49823e95392 (diff) |
debootstrap: Add PKG_LICENSE information.
Adopted the license term "Unique" to signify a license not listed by SDPX.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'admin/debootstrap/Makefile')
-rw-r--r-- | admin/debootstrap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 8089f92de..9c3fc6171 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2010 Gianluigi Tiesi <sherpya@netfarm.it> -# Copyright (C) 2011-2013 OpenWrt.org +# Copyright (C) 2011-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -16,6 +16,8 @@ PKG_MAINTAINER=Daniel Golle <daniel@makrotopia.org> PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap PKG_MD5SUM:=6d4e3b97981b9e0bb86f49d8edac91af +PKG_LICENSE:=Unique +PKG_LICENSE_FILES:=debian/copyright UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.xz | xzcat | tar -C $(1) -xf - |