wok-next view csstidy/receipt @ rev 20809

backup-manager: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 13 13:30:57 2018 +0200 (2018-06-13)
parents d6378d455338
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="csstidy"
4 VERSION="1.4"
5 CATEGORY="development"
6 SHORT_DESC="CSSTidy is a program that optimises, formats and fixes CSS code"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://csstidy.sourceforge.net/"
10 TARBALL="$PACKAGE-source-$VERSION.zip"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS="scons2"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 scons
20 mkdir -p $install/usr/bin
21 cp -a $src/release/csstidy/csstidy $install/usr/bin
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }