wok-next annotate libccls/receipt @ rev 19936

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents 6c3718ca17b6
children e6615350078d
rev   line source
al@19910 1 # SliTaz package receipt v2.
allan316@3734 2
allan316@3734 3 PACKAGE="libccls"
allan316@3734 4 VERSION="0.7.0"
allan316@3734 5 CATEGORY="development"
al@19910 6 SHORT_DESC="Server library for internet cafe programs"
allan316@3734 7 MAINTAINER="allan316@gmail.com"
pascal@15472 8 LICENSE="BSD"
al@19910 9 WEB_SITE="http://ccl.sourceforge.net"
al@19910 10
allan316@3734 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19910 12 WGET_URL="$SF_MIRROR/ccl/$TARBALL"
pascal@15064 13
al@19910 14 BUILD_DEPENDS="file sqlite3-dev glib-dev openssl-dev"
al@19910 15 SPLIT="libccls-dev"
pascal@15064 16
allan316@3734 17 # Rules to configure and make the package.
allan316@3734 18 compile_rules()
allan316@3734 19 {
al@19910 20 ./configure $CONFIGURE_ARGS && make && make install
allan316@3734 21 }
allan316@3734 22
allan316@3734 23 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@3734 24 genpkg_rules()
allan316@3734 25 {
al@19910 26 case $PACKAGE in
al@19910 27 libccls)
al@19910 28 copy @std
al@19910 29 DEPENDS="glib libcrypto libsqlite3 libssl"
al@19910 30 ;;
al@19910 31 *-dev)
al@19910 32 copy @dev
al@19910 33 DEPENDS="libccls glib-dev openssl-dev pcre-dev sqlite3-dev"
al@19910 34 ;;
al@19910 35 esac
allan316@3734 36 }