wok rev 15064

libccls: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 11:03:48 2013 +0000 (2013-08-13)
parents 9132288a78f4
children 3fe2c569088e
files libccls/receipt
line diff
     1.1 --- a/libccls/receipt	Tue Aug 13 10:59:59 2013 +0000
     1.2 +++ b/libccls/receipt	Tue Aug 13 11:03:48 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="server library for internet cafe programs"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="openssl sqlite glib"
     1.8 -BUILD_DEPENDS="openssl-dev sqlite-dev glib-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://ccl.sourceforge.net"
    1.11 -WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/libccls/0.7.0/libccls-0.7.0.tar.bz2"
    1.12 -#WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.13 +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/$PACKAGE/$VERSION/$TARBALL"
    1.14 +#WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="openssl sqlite glib"
    1.17 +BUILD_DEPENDS="openssl-dev sqlite-dev glib-dev file"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -20,13 +22,13 @@
    1.23  		--infodir=/usr/share/info \
    1.24  		--mandir=/usr/share/man \
    1.25  		$CONFIGURE_ARGS &&
    1.26 -	make && make DESTDIR=$PWD/_pkg install
    1.27 +	make && make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33  	mkdir -p $fs/usr/lib
    1.34 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.35 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.36  }
    1.37