unshield: update to 1.4.3.
This commit is contained in:
parent
73ae65560f
commit
7c1f17f288
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libunshield'
|
||||
# Template file for 'unshield'
|
||||
pkgname=unshield
|
||||
version=1.4.2
|
||||
version=1.4.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,10 +10,10 @@ maintainer="John <johnz@posteo.net>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/twogood/unshield"
|
||||
distfiles="https://github.com/twogood/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=5dd4ea0c7e97ad8e3677ff3a254b116df08a5d041c2df8859aad5c4f88d1f774
|
||||
checksum=aa8c978dc0eb1158d266eaddcd1852d6d71620ddfc82807fe4bf2e19022b7bab
|
||||
|
||||
libunshield_package() {
|
||||
short-desc = "Libary to extract CAB archives form InstallShield installers"
|
||||
short_desc="Libary to extract CAB archives form InstallShield installers"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ libunshield_package() {
|
|||
|
||||
libunshield-devel_package() {
|
||||
depends="libunshield>=${version}_${revision}"
|
||||
short-desc+=" - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user