wok-next diff tidy-html5/receipt @ rev 18857
gnome-games (patch for aisleriot, swell-foop, lightsoff)
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Tue Jan 26 22:00:52 2016 +0100 (2016-01-26) |
parents | |
children | 0e7893ac206d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tidy-html5/receipt Tue Jan 26 22:00:52 2016 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="tidy-html5" 1.7 +VERSION="5.1.25" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="The granddaddy of HTML tools, with support for modern standards" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="http://www.htacg.org/tidy-html5/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/htacg/tidy-html5/archive/$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="cmake libxslt" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd build/cmake 1.23 + cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release && 1.24 + make && make install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr 1.31 + cp -a $install/usr/bin $fs/usr 1.32 +}