wok-next annotate dashel/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a3c581bf52b8
children 52d714820877
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@13012 2
pankso@13012 3 PACKAGE="dashel"
pankso@13012 4 VERSION="1.0.4"
pankso@13012 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="C++ cross-platform data stream helper encapsulation library"
al@21020 7 MAINTAINER="devel@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
al@21020 16 compile_rules() {
al@21020 17 cmake \
al@21020 18 -DCMAKE_INSTALL_PREFIX=/usr \
al@21020 19 . &&
al@21020 20 make &&
al@21020 21 make install
pankso@13012 22 }
pankso@13012 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
al@21020 26 DEPENDS="hal"
pankso@13012 27 }