wok-next annotate jsmin/receipt @ rev 21267

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
parents d5aab818505e
children
rev   line source
al@19760 1 # SliTaz package receipt v2.
al@18304 2
al@18304 3 PACKAGE="jsmin"
al@21087 4 VERSION="20130329"
al@21087 5 COMMIT="1bf6ce5"
al@18304 6 CATEGORY="development"
al@18304 7 SHORT_DESC="JavaScript minification filter"
al@18304 8 MAINTAINER="al.bobylev@gmail.com"
al@18304 9 LICENSE="other"
al@18304 10 WEB_SITE="https://github.com/douglascrockford/JSMin"
al@18304 11
al@21087 12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
al@21087 13 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
al@21087 14 TARBALL_SHA1="8330fa182c283d5cc3fefcfb412bba662c0e2ee9"
al@18304 15
al@21020 16 compile_rules() {
al@21087 17 make jsmin &&
al@21087 18 install -Dm755 jsmin $install/usr/bin/jsmin
al@18304 19 }