wok-next view dashel/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 52d714820877
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dashel"
4 VERSION="1.3.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="C++ cross-platform data stream helper encapsulation library"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://aseba-community.github.io/dashel/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/aseba-community/dashel/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="cmake hal-dev"
16 compile_rules()
17 {
18 cmake . \
19 -DCMAKE_INSTALL_PREFIX=/usr &&
20 make &&
21 make install
22 }
24 genpkg_rules()
25 {
26 copy @std
27 DEPENDS="hal"
28 }