wok view libcclc/receipt @ rev 15429

Up: thunderbird-langpack-zh_CN (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:58 2013 +0100 (2013-11-03)
parents ede4c53762b5
children 6c3718ca17b6
line source
1 # SliTaz package receipt.
3 PACKAGE="libcclc"
4 VERSION="0.7.0"
5 CATEGORY="development"
6 SHORT_DESC="client library for internet cafe programs"
7 MAINTAINER="allan316@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://ccl.sourceforge.net"
10 WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/libcclc/0.7.0/libcclc-0.7.0.tar.bz2"
11 #WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
13 DEPENDS="openssl sqlite"
14 BUILD_DEPENDS="openssl-dev sqlite-dev file"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --prefix=/usr \
22 --infodir=/usr/share/info \
23 --mandir=/usr/share/man \
24 $CONFIGURE_ARGS &&
25 make && make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 }