wok-next annotate unshield/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 10df65db91ad
children
rev   line source
al@20604 1 # SliTaz package receipt v2.
erjo@755 2
erjo@755 3 PACKAGE="unshield"
erjo@755 4 VERSION="0.5"
erjo@755 5 CATEGORY="utilities"
al@20604 6 SHORT_DESC="Extract files from InstallShield CAB archive"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15601 8 LICENSE="MIT"
al@20604 9 WEB_SITE="https://sourceforge.net/projects/synce/"
al@20604 10
erjo@755 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20604 12 WGET_URL="$SF_MIRROR/synce/$TARBALL"
erjo@755 13
pascal@15601 14 BUILD_DEPENDS="zlib-dev mysql-dev"
pascal@15601 15
al@20604 16 compile_rules() {
pascal@19687 17 sed -i 's/_BSD_SOURCE/_DEFAULT_SOURCE/' */*.c
al@20604 18
al@20604 19 ./configure $CONFIGURE_ARGS &&
al@20604 20 fix libtool &&
pascal@1511 21 make &&
al@21020 22 make DESTDIR=$install install
erjo@755 23 }
erjo@755 24
al@20604 25 genpkg_rules() {
al@20604 26 copy @std
al@20604 27 DEPENDS="zlib"
al@20604 28 TAGS="windows exe cab"
erjo@755 29 }