wok-next annotate sipsak/receipt @ rev 21238

updated codeblocks (10.05 -> 17.12)
author Hans-G?nter Theisgen
date Wed Dec 04 17:03:37 2019 +0100 (2019-12-04)
parents 306a4f258013
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@1617 2
pascal@1617 3 PACKAGE="sipsak"
pascal@1617 4 VERSION="0.9.6-1"
pascal@1617 5 CATEGORY="network"
al@21020 6 SHORT_DESC="SIP swiss army knife"
pascal@1617 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://sourceforge.net/projects/sipsak.berlios/"
al@21020 10
pascal@1617 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20929 12 WGET_URL="$SF_MIRROR/sipsak.berlios/$TARBALL"
pascal@15000 13
al@21020 14 BUILD_DEPENDS="openssl-dev"
pascal@1617 15
al@21020 16 compile_rules() {
pascal@20379 17 sed -i 's|inline char\* get_body|char* get_body|' header_f.*
al@21020 18
al@21020 19 ./configure \
al@21020 20 --prefix=/usr \
al@21020 21 --infodir=/usr/share/info \
al@21020 22 --mandir=/usr/share/man \
al@21020 23 $CONFIGURE_ARGS &&
pascal@1617 24 make &&
al@21020 25 make DESTDIR=$install install
pascal@1617 26 }
pascal@1617 27
al@21020 28 genpkg_rules() {
pascal@1617 29 mkdir -p $fs/usr
pascal@15000 30 cp -a $install/usr/bin $fs/usr
al@21020 31 DEPENDS="openssl gnutls zlib"
pascal@1617 32 }