wok-next annotate csstidy/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 33df80a31584
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
al@18686 2
al@18686 3 PACKAGE="csstidy"
al@18686 4 VERSION="1.4"
al@18686 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Optimise, format and fix CSS code"
al@18686 7 MAINTAINER="al.bobylev@gmail.com"
al@18686 8 LICENSE="GPL2"
al@18686 9 WEB_SITE="http://csstidy.sourceforge.net/"
al@21020 10
al@18686 11 TARBALL="$PACKAGE-source-$VERSION.zip"
al@18686 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@18686 13
al@20739 14 BUILD_DEPENDS="scons2"
al@18686 15
al@21020 16 compile_rules() {
al@21020 17 scons &&
al@21020 18 install -Dm755 release/csstidy/csstidy $install/usr/bin/csstidy
al@18686 19 }
al@18686 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
al@18686 23 }