wok diff opal/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 8e4c74abdf74
children a78610b2eb47
line diff
     1.1 --- a/opal/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.2 +++ b/opal/receipt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Open Phone Abstraction library."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MPL"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.ekiga.org/"
    1.10  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 +TAGS="telephony"
    1.12 +
    1.13  DEPENDS="cyrus-sasl expat jpeg libsdl libogg libtheora libunixODBC \
    1.14  openssl ptlib tiff zlib"
    1.15  BUILD_DEPENDS="ptlib ptlib-dev openssl-dev"
    1.16 -TAGS="telephony"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20 @@ -21,13 +23,13 @@
    1.21  	--libexecdir=/usr/bin --mandir=/usr/share/man \
    1.22  	$CONFIGURE_ARGS &&
    1.23  	make $MAKEFLAGS &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $_pkg/usr/lib $fs/usr
    1.33 +	cp -a $install/usr/lib $fs/usr
    1.34  	rm -f $fs/usr/lib/*.a
    1.35  }