wok view unshield/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 6135577f4d08
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="unshield"
4 VERSION="1.4.3"
5 CATEGORY="utilities"
6 TAGS="windows exe cab"
7 SHORT_DESC="Extract files from InstallShield CAB archive."
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://github.com/twogood/unshield/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz"
15 DEPENDS="zlib"
16 BUILD_DEPENDS="cmake zlib-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./rebuild.sh
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
29 cp -a $install/var/tmp/$PACKAGE/bin $fs/usr
30 cp -a $install/var/tmp/$PACKAGE/lib/*.so* $fs/usr/lib
31 }