wok-next view csstidy/receipt @ rev 21569

updated cryptopp (5.6.5 -> 8.2.0)
author Hans-G?nter Theisgen
date Mon Jun 22 16:34:56 2020 +0100 (2020-06-22)
parents 33df80a31584
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="csstidy"
4 VERSION="1.4"
5 CATEGORY="development"
6 SHORT_DESC="Optimise, format and fix CSS code"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://csstidy.sourceforge.net/"
11 TARBALL="$PACKAGE-source-$VERSION.zip"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="scons2"
16 compile_rules() {
17 scons &&
18 install -Dm755 release/csstidy/csstidy $install/usr/bin/csstidy
19 }
21 genpkg_rules() {
22 copy @std
23 }