wok rev 21590

updated obby and obby-dev (0.4.7 -> 0.4.8)
author Hans-G?nter Theisgen
date Mon May 20 17:01:05 2019 +0100 (2019-05-20)
parents 3ea5f9aab268
children 706b80b9fc32
files obby-dev/receipt obby/receipt
line diff
     1.1 --- a/obby-dev/receipt	Mon May 20 16:22:34 2019 +0100
     1.2 +++ b/obby-dev/receipt	Mon May 20 17:01:05 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="obby-dev"
     1.7 -VERSION="0.4.7"
     1.8 +VERSION="0.4.8"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="obby library devel files."
    1.11 +SHORT_DESC="obby library - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WANTED="obby"
    1.15 -WEB_SITE="http://gobby.0x539.de/trac/"
    1.16 +WEB_SITE="https://gobby.github.io/"
    1.17  
    1.18  DEPENDS="pkg-config"
    1.19 +WANTED="obby"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 +
    1.29 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.31 +	cp -a $install/usr/include		$fs/usr
    1.32  }
     2.1 --- a/obby/receipt	Mon May 20 16:22:34 2019 +0100
     2.2 +++ b/obby/receipt	Mon May 20 17:01:05 2019 +0100
     2.3 @@ -1,27 +1,29 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="obby"
     2.7 -VERSION="0.4.7"
     2.8 +VERSION="0.4.8"
     2.9  CATEGORY="network"
    2.10 +TAGS="collaboration text"
    2.11  SHORT_DESC="Realtime collaborative text-editing functionality."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="GPL2"
    2.14 +WEB_SITE="https://gobby.github.io/"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WEB_SITE="http://gobby.0x539.de/trac/"
    2.18  WGET_URL="http://releases.0x539.de/obby/$TARBALL"
    2.19 -TAGS="collaboration text"
    2.20  
    2.21 -DEPENDS="gnutls libgpg-error libgcrypt net6 libsigc++ zlib gcc-lib-base libtasn1"
    2.22 -BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev libgcrypt-dev net6-dev \
    2.23 -libsigc++-dev libgnutls"
    2.24 +DEPENDS="gcc-lib-base gnutls libgcrypt libgpg-error libsigc++ libtasn1 \
    2.25 +	net6 zlib"
    2.26 +BUILD_DEPENDS="$DEPENDS gnutls-dev libgcrypt-dev libgnutls libgpg-error-dev \
    2.27 +	libsigc++-dev net6-dev"
    2.28  
    2.29  # Rules to configure and make the package.
    2.30  compile_rules()
    2.31  {
    2.32 -	./configure \
    2.33 -		--prefix=/usr \
    2.34 -		--infodir=/usr/share/info \
    2.35 -		--mandir=/usr/share/man \
    2.36 +	./configure				\
    2.37 +		--prefix=/usr			\
    2.38 +		--infodir=/usr/share/info	\
    2.39 +		--mandir=/usr/share/man		\
    2.40  		$CONFIGURE_ARGS &&
    2.41  	make &&
    2.42  	make DESTDIR=$DESTDIR install