wok-6.x diff libcclc/receipt @ rev 15418
Up: thunderbird-langpack-es_ES (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:40 2013 +0100 (2013-11-03) |
parents | ede4c53762b5 |
children | 6c3718ca17b6 |
line diff
1.1 --- a/libcclc/receipt Thu Jul 23 11:22:34 2009 +0000 1.2 +++ b/libcclc/receipt Sun Nov 03 21:52:40 2013 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="client library for internet cafe programs" 1.6 MAINTAINER="allan316@gmail.com" 1.7 -DEPENDS="openssl sqlite" 1.8 -BUILD_DEPENDS="openssl-dev sqlite-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/libcclc/0.7.0/libcclc-0.7.0.tar.bz2" 1.12 #WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.13 + 1.14 +DEPENDS="openssl sqlite" 1.15 +BUILD_DEPENDS="openssl-dev sqlite-dev file" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -20,13 +22,13 @@ 1.21 --infodir=/usr/share/info \ 1.22 --mandir=/usr/share/man \ 1.23 $CONFIGURE_ARGS && 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 + make && 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/lib 1.32 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.33 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.34 } 1.35