wok-next diff libpri/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 8940878905f3
children
line diff
     1.1 --- a/libpri/receipt	Tue Mar 06 03:00:01 2018 +0200
     1.2 +++ b/libpri/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -5,18 +5,19 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="C implementation of the Primary Rate ISDN specification (with BRI \
     1.6  support)"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://www.asterisk.org/"
    1.11  
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WGET_URL="http://downloads.asterisk.org/pub/telephony/libpri/$TARBALL"
    1.14  
    1.15 -SPLIT="libpri-dev"
    1.16 +SPLIT="$PACKAGE-dev"
    1.17  
    1.18  compile_rules() {
    1.19  	export CFLAGS="-Wno-error=unused-but-set-variable"
    1.20  	sed -i 's|tei = (h->u.data|// &|;s/int tei;/int tei = tei;/' q921.c
    1.21 +
    1.22  	make || return 1
    1.23  
    1.24  	mkdir -p $install/lib