wok-next annotate tidy-html5/receipt @ rev 20558

openmotif: fix syntax error in receipt
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 16:14:50 2018 +0300 (2018-04-07)
parents bc08d1b89c0f
children 1ff723a6455b
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@18686 2
al@18686 3 PACKAGE="tidy-html5"
al@18686 4 VERSION="5.1.25"
al@18686 5 CATEGORY="development"
al@18686 6 SHORT_DESC="The granddaddy of HTML tools, with support for modern standards"
al@18686 7 MAINTAINER="al.bobylev@gmail.com"
al@18686 8 LICENSE="MIT"
al@18686 9 WEB_SITE="http://www.htacg.org/tidy-html5/"
al@20443 10
al@18686 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@18686 12 WGET_URL="https://github.com/htacg/tidy-html5/archive/$VERSION.tar.gz"
al@18686 13
al@18686 14 BUILD_DEPENDS="cmake libxslt"
al@18686 15
al@20443 16 compile_rules() {
al@18686 17 cd build/cmake
al@18686 18 cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release &&
al@18686 19 make && make install
al@18686 20 }
al@18686 21
al@20443 22 genpkg_rules() {
al@20443 23 copy @std
al@18686 24 }