wok-next view tidy-html5/receipt @ rev 20597
lostirc: typo, `install -D` is enough.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Apr 16 22:03:47 2018 +0300 (2018-04-16) |
parents | bc08d1b89c0f |
children | 1ff723a6455b |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tidy-html5"
4 VERSION="5.1.25"
5 CATEGORY="development"
6 SHORT_DESC="The granddaddy of HTML tools, with support for modern standards"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://www.htacg.org/tidy-html5/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/htacg/tidy-html5/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="cmake libxslt"
16 compile_rules() {
17 cd build/cmake
18 cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release &&
19 make && make install
20 }
22 genpkg_rules() {
23 copy @std
24 }