iat: fix license, short desc
The license is a bit out of the norm for this. The software claims to be GPL 2, the license file that the bundle with it is the GPL 3 license, and it has the BSD-2-Clause license bundling requirements and disclaimer. I'm giving it a custom license to cover all of the angles but there is a chance that one half or the other entirely supersedes the rest.
This commit is contained in:
parent
3a59da0bb6
commit
90243383a3
1 changed files with 3 additions and 1 deletions
|
@ -5,11 +5,13 @@ revision=4
|
|||
build_style=gnu-configure
|
||||
short_desc="Tool for detecting the structure of many types of CD/DVD image"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
license="custom:GPL-2.0-or-later-with-BSD-attribution-requirement"
|
||||
homepage="http://sourceforge.net/projects/iat.berlios/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}.berlios/${pkgname}-${version}.tar.gz"
|
||||
checksum=b25d57fde28a02b2d87cd49fd1478b039adbd836351879a654fea14c27764b21
|
||||
|
||||
post_install() {
|
||||
sed '2,34p;d' src/main.c > LICENSE
|
||||
vlicense LICENSE
|
||||
rm -rf ${DESTDIR}/usr/include
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue