wok view csstidy/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents
children 076f424196b2
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="scons"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 patch -p1 -i $stuff/csstidy-1.4-fix-misc.cpp.patch
20 scons
21 mkdir -p $install/usr/bin
22 cp -a $src/release/csstidy/csstidy $install/usr/bin
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }