wok-next view jsmin/receipt @ rev 20780
GnuPG update: 2.1.21 (2017 May) -> 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 05:44:49 2018 +0000 (2018-06-09) |
parents | 0abbdf485a8d |
children | d5aab818505e |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jsmin"
4 VERSION="1bf6ce5"
5 CATEGORY="development"
6 SHORT_DESC="JavaScript minification filter"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://github.com/douglascrockford/JSMin"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make jsmin
19 mkdir -p $install/usr/bin
20 cp -a $src/jsmin $install/usr/bin
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 copy jsmin
27 }