SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "yajl"

# SliTaz package receipt.

PACKAGE="yajl"
VERSION="2.0.2"
CATEGORY="development"
SHORT_DESC="Yet Another JSON Library"
MAINTAINER="slaxemulator@gmail.com"
BUILD_DEPENDS="cmake doxygen git"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://github.com/lloyd/yajl"
WGET_URL="git|git://github.com/lloyd/yajl.git"
BRANCH="$VERSION"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    cmake \
        -DCMAKE_INSTALL_PREFIX=/usr \
        .
    make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $_pkg/usr $fs
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)