diff --git a/srcpkgs/psiconv/template b/srcpkgs/psiconv/template index c155440ffb6..5db7f06d634 100644 --- a/srcpkgs/psiconv/template +++ b/srcpkgs/psiconv/template @@ -1,7 +1,7 @@ # Template file for 'psiconv' pkgname=psiconv version=0.9.9 -revision=7 +revision=8 build_style=gnu-configure configure_args="--disable-xhtml-docs" hostmakedepends="pkg-config libmagick6-devel" @@ -9,7 +9,7 @@ makedepends="libmagick6-devel" conf_files="/etc/psiconv/*" short_desc="Conversion utility for EPOC32 (Psion) files" maintainer="Duncaen " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://frodo.looijaard.name/project/psiconv" distfiles="http://www.frodo.looijaard.name/system/files/software/psiconv/psiconv-${version}.tar.gz" checksum=6d51fe79b502a1e277bea275a574ae2db5b1b9d7daef703a8fa3635ae02a8bb0 @@ -18,8 +18,9 @@ psiconv-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { + vmove usr/bin/psiconv-config vmove usr/include - vmove usr/lib/*.a - vmove usr/lib/*.so + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" } }