wok-next view dashel/receipt @ rev 21316
updated jabberd2 (2.2.16 -> 2.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 10 17:15:57 2019 +0100 (2019-12-10) |
parents | a3c581bf52b8 |
children | 52d714820877 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dashel"
4 VERSION="1.0.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="C++ cross-platform data stream helper encapsulation library"
7 MAINTAINER="devel@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 cmake \
18 -DCMAKE_INSTALL_PREFIX=/usr \
19 . &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="hal"
27 }