mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
chmlib: fix license
This commit is contained in:
parent
80e021ac8e
commit
517a692e6d
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'chmlib'
|
# Template file for 'chmlib'
|
||||||
pkgname=chmlib
|
pkgname=chmlib
|
||||||
version=0.40
|
version=0.40
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-examples"
|
configure_args="--enable-examples"
|
||||||
short_desc="Utilities for dealing with Microsoft ITSS/CHM format files"
|
short_desc="Utilities for dealing with Microsoft ITSS/CHM format files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.jedrea.com/chmlib/"
|
homepage="http://www.jedrea.com/chmlib/"
|
||||||
distfiles="http://www.jedrea.com/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.jedrea.com/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3
|
checksum=3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3
|
||||||
|
@ -26,4 +26,3 @@ libchmlib-devel_package() {
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue