wok-next annotate unshield/receipt @ rev 20698

tor: oh, I see there is DEPENDS below
author Erkan Yilmaz <erkan@slitaz.org>
date Wed May 23 15:22:22 2018 +0000 (2018-05-23)
parents 9ec9982eef02
children d5aab818505e
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"
erjo@784 7 MAINTAINER="erjo@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 &&
pascal@15601 22 make DESTDIR=$DESTDIR 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 }