wok-4.x diff obby/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
parents 8fd90285da5e
children
line diff
     1.1 --- a/obby/receipt	Wed Mar 03 00:11:28 2010 +0100
     1.2 +++ b/obby/receipt	Tue Nov 29 11:53:47 2011 +0000
     1.3 @@ -6,12 +6,14 @@
     1.4  SHORT_DESC="Realtime collaborative text-editing functionality."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -DEPENDS="gnutls libgpg-error libgcrypt net6 libsigc++ zlib gcc-lib-base libtasn1"
     1.8 -BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev libgcrypt-dev net6-dev"
     1.9  WEB_SITE="http://gobby.0x539.de/trac/"
    1.10  WGET_URL="http://releases.0x539.de/obby/$TARBALL"
    1.11  TAGS="collaboration text-editor"
    1.12  
    1.13 +DEPENDS="gnutls libgpg-error libgcrypt net6 libsigc++ zlib gcc-lib-base libtasn1"
    1.14 +BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev libgcrypt-dev net6-dev \
    1.15 +libsigc++-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {