wok view libsde-utils-x11/receipt @ rev 22889

updated gst-plugins-base-1.0, gst-plkugins-base-1.0-dev and gst-plugins-good-1.0 (1.10.1 -> 1.16.2)
author Hans-G?nter Theisgen
date Sun Feb 23 07:34:45 2020 +0100 (2020-02-23)
parents 279c83a43f68
children 89c8d8b6cf48
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.com"
9 LICENSE="GPL"
10 WEB_SITE="https://github.com/sde-gui/libsde-utils"
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 }