Add support for the GNU LGPL 3 license for pkgsrc

This commit is contained in:
Pierre Pronchery 2016-08-15 01:10:45 +02:00
parent 41ebc20e59
commit d8d097839d

View File

@ -227,6 +227,9 @@ _package_guess_license()
199341746)
LICENSE="GNU GPL 3"
;;
3336459709)
LICENSE="GNU LGPL 3"
;;
esac
}
@ -698,6 +701,9 @@ _package_pkgsrc()
"GNU GPL 3")
license="gnu-gpl-v3"
;;
"GNU LGPL 3")
license="gnu-lgpl-v3"
;;
esac
[ -z "$license" ] && _warning "Unknown license"