wok-next annotate osip/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 10df65db91ad
children
rev   line source
al@20464 1 # SliTaz package receipt v2.
pascal@5761 2
pascal@5761 3 PACKAGE="osip"
pascal@12636 4 VERSION="3.6.0"
pascal@5761 5 CATEGORY="network"
al@20464 6 SHORT_DESC="SIP library"
pascal@5761 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15022 8 LICENSE="LGPL"
pascal@5761 9 WEB_SITE="http://www.gnu.org/software/osip/osip.html"
al@20464 10
al@20464 11 TARBALL="libosip2-$VERSION.tar.gz"
pascal@5761 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pascal@5761 13
al@21020 14 SPLIT="$PACKAGE-dev"
al@20464 15
al@20464 16 compile_rules() {
al@20464 17 ./configure $CONFIGURE_ARGS &&
al@20604 18 fix libtool &&
pascal@5761 19 make &&
al@21020 20 make DESTDIR=$install install
pascal@5761 21 }
pascal@5761 22
al@20464 23 genpkg_rules() {
al@20464 24 case $PACKAGE in
al@20464 25 osip) copy @std;;
al@20464 26 *-dev) copy @dev;;
al@20464 27 esac
pascal@5761 28 }