wok-next annotate dashel/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 52d714820877
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@13012 2
pankso@13012 3 PACKAGE="dashel"
Hans-G?nter@21577 4 VERSION="1.3.3"
pankso@13012 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="C++ cross-platform data stream helper encapsulation library"
Hans-G?nter@21577 7 MAINTAINER="maintainer@slitaz.org"
pascal@15579 8 LICENSE="BSD"
al@21020 9 WEB_SITE="http://aseba-community.github.io/dashel/"
al@21020 10
pankso@13012 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20906 12 WGET_URL="https://github.com/aseba-community/dashel/archive/$VERSION.tar.gz"
pankso@13012 13
pankso@13012 14 BUILD_DEPENDS="cmake hal-dev"
pankso@13012 15
Hans-G?nter@21577 16 compile_rules()
Hans-G?nter@21577 17 {
Hans-G?nter@21579 18 cmake . \
Hans-G?nter@21577 19 -DCMAKE_INSTALL_PREFIX=/usr &&
al@21020 20 make &&
al@21020 21 make install
pankso@13012 22 }
pankso@13012 23
Hans-G?nter@21577 24 genpkg_rules()
Hans-G?nter@21577 25 {
al@21020 26 copy @std
al@21020 27 DEPENDS="hal"
pankso@13012 28 }