wok diff jdk7-hotspot/receipt @ rev 19057

Add time.is.desktop, update/shrink icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 21 01:19:33 2016 +0300 (2016-04-21)
parents
children 3705d68ed8f3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jdk7-hotspot/receipt	Thu Apr 21 01:19:33 2016 +0300
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="jdk7-hotspot"
     1.7 +VERSION="2.5.1"
     1.8 +CATEGORY="meta"
     1.9 +SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)"
    1.10 +MAINTAINER="yuripourre@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +SOURCE="hotspot"
    1.13 +WEB_SITE="http://icedtea.classpath.org"
    1.14 +TARBALL="$SOURCE.tar.bz2"
    1.15 +WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL"
    1.16 +COOK_OPT="!unpack !repack_src !fs"
    1.17 +
    1.18 +BUILD_DEPENDS="wget"
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	mkdir -p $fs/usr
    1.24 +}