wok view libsde-utils-x11/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 source
1 # SliTaz package receipt.
3 PACKAGE="libsde-utils-x11"
4 BRANCH="461fb9326645f245734041068332e14b22d500cd"
5 VERSION=${BRANCH:0:7}
6 CATEGORY="development"
7 SHORT_DESC="SDE X11 Utility Library"
8 MAINTAINER="al.bobylev@gmail.org"
9 LICENSE="GPL"
10 WEB_SITE="http://make-linux.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://make-linux.org/sde/libsde-utils-x11.git"
14 DEPENDS="libsde-utils xorg-libX11"
15 BUILD_DEPENDS="git cmake xorg-dev libsde-utils"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 rm -rf $src/.git
21 cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
22 make &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 # cp -a $install/usr/lib/*.so* $fs/usr/lib
31 cp -a $install/* $fs
32 }