chmlib: rebuild for metadata
This commit is contained in:
parent
315476bef3
commit
5782779425
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'chmlib'
|
||||
pkgname=chmlib
|
||||
version=0.40
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-examples"
|
||||
short_desc="Utilities for dealing with Microsoft ITSS/CHM format files"
|
||||
|
@ -18,7 +18,7 @@ libchmlib_package() {
|
|||
}
|
||||
}
|
||||
libchmlib-devel_package() {
|
||||
short_desc="Library for dealing with Microsoft ITSS/CHM format files - development files"
|
||||
short_desc="${short_desc} - development files"
|
||||
depends="libchmlib>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue