# SliTaz package receipt. PACKAGE="libccls" VERSION="0.7.0" CATEGORY="development" SHORT_DESC="server library for internet cafe programs" MAINTAINER="allan316@gmail.com" DEPENDS="openssl sqlite glib" BUILD_DEPENDS="openssl-dev sqlite-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ccl.sourceforge.net" WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/libccls/0.7.0/libccls-0.7.0.tar.bz2" #WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }