wok-next view libcclc/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents d3eb5f4b53ea
children e6615350078d
line source
1 # SliTaz package receipt v2.
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 LICENSE="BSD"
9 WEB_SITE="http://ccl.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/ccl/$TARBALL"
14 BUILD_DEPENDS="file openssl-dev"
15 SPLIT="libcclc-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 libcclc)
28 copy @std
29 DEPENDS="libcrypto libssl"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="libcclc openssl-dev"
34 ;;
35 esac
36 }