New Package: unshield-1.4.2

This commit is contained in:
John 2017-04-28 17:16:36 +02:00 committed by Michael Aldridge
parent bf64f261d5
commit 8783991364
4 changed files with 38 additions and 0 deletions

View File

@ -2797,3 +2797,5 @@ libec_isa.so.2 ceph-11.2.0_1
libceph_snappy.so.2 ceph-11.2.0_1
libceph_zlib.so.2 ceph-11.2.0_1
libnss_ldap.so.2 nss-pam-ldapd-0.9.7_4
libunshield.so.0 libunshield-0.6_1
libMyGUIEngine.so.3 libmygui-3.2.2_1

1
srcpkgs/libunshield Symbolic link
View File

@ -0,0 +1 @@
unshield

1
srcpkgs/libunshield-devel Symbolic link
View File

@ -0,0 +1 @@
unshield

34
srcpkgs/unshield/template Normal file
View File

@ -0,0 +1,34 @@
# Template file for 'libunshield'
pkgname=unshield
version=1.4.2
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="zlib-devel libtool"
short_desc="Utility extracting CAB archives from InstallShield installers"
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
libunshield_package() {
short-desc = "Libary to extract CAB archives form InstallShield installers"
pkg_install() {
vmove "usr/lib/*.so.*"
}
}
libunshield-devel_package() {
depends="libunshield>=${version}_${revision}"
short-desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
post_install() {
vlicense LICENSE
}