wok diff obby/receipt @ rev 23284

updated pcsc-tools (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Sun Mar 29 10:46:18 2020 +0100 (2020-03-29)
parents fe0c19fa259e
children 241fb98cab1c
line diff
     1.1 --- a/obby/receipt	Sun Dec 16 12:49:42 2018 +0100
     1.2 +++ b/obby/receipt	Sun Mar 29 10:46:18 2020 +0100
     1.3 @@ -1,27 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="obby"
     1.7 -VERSION="0.4.7"
     1.8 +VERSION="0.4.8"
     1.9  CATEGORY="network"
    1.10 +TAGS="collaboration text"
    1.11  SHORT_DESC="Realtime collaborative text-editing functionality."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://gobby.github.io/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://gobby.0x539.de/trac/"
    1.18  WGET_URL="http://releases.0x539.de/obby/$TARBALL"
    1.19 -TAGS="collaboration text"
    1.20  
    1.21 -DEPENDS="gnutls libgpg-error libgcrypt net6 libsigc++ zlib gcc-lib-base libtasn1"
    1.22 -BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev libgcrypt-dev net6-dev \
    1.23 -libsigc++-dev libgnutls"
    1.24 +DEPENDS="gcc-lib-base gnutls libgcrypt libgpg-error libsigc++ libtasn1 \
    1.25 +	net6 zlib"
    1.26 +BUILD_DEPENDS="$DEPENDS gnutls-dev libgcrypt-dev libgnutls libgpg-error-dev \
    1.27 +	libsigc++-dev net6-dev"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	./configure \
    1.33 -		--prefix=/usr \
    1.34 -		--infodir=/usr/share/info \
    1.35 -		--mandir=/usr/share/man \
    1.36 +	./configure				\
    1.37 +		--prefix=/usr			\
    1.38 +		--infodir=/usr/share/info	\
    1.39 +		--mandir=/usr/share/man		\
    1.40  		$CONFIGURE_ARGS &&
    1.41  	make &&
    1.42  	make DESTDIR=$DESTDIR install