wok diff libsde-utils-jansson/receipt @ rev 19052

Add: waterline, libsde*, waterline-plugin-multiload, lxpanel-plugin-multiload
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Apr 19 01:44:57 2016 +0300 (2016-04-19)
parents
children 279c83a43f68
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libsde-utils-jansson/receipt	Tue Apr 19 01:44:57 2016 +0300
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libsde-utils-jansson"
     1.7 +BRANCH="55463cbbfd2e10d19cb0561684bc8036070dae75"
     1.8 +VERSION=${BRANCH:0:7}
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="SDE Jansson Utility Library"
    1.11 +MAINTAINER="al.bobylev@gmail.org"
    1.12 +LICENSE="GPL"
    1.13 +WEB_SITE="http://make-linux.org/"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +WGET_URL="git|git://make-linux.org/sde/libsde-utils-jansson.git"
    1.16 +
    1.17 +DEPENDS="jansson libsde-utils-gtk"
    1.18 +BUILD_DEPENDS="git cmake gtk+-dev glib-dev jansson-dev \
    1.19 +libsde-utils libsde-utils-gtk"
    1.20 +#libsde-utils-dev libsde-utils-gtk-dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	rm -rf $src/.git
    1.26 +	cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
    1.27 +	make &&
    1.28 +	make install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	mkdir -p $fs/usr/lib
    1.35 +	# cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.36 +	cp -a $install/* $fs
    1.37 +}