wok diff jdk6-jaxp/receipt @ rev 11986
thunderbird: enable official branding
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sat Mar 03 12:25:23 2012 +0100 (2012-03-03) |
parents | f1207145dcb3 |
children | 8387b6915400 |
line diff
1.1 --- a/jdk6-jaxp/receipt Fri Mar 11 17:58:14 2011 +0100 1.2 +++ b/jdk6-jaxp/receipt Sat Mar 03 12:25:23 2012 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="jdk6-jaxp" 1.6 VERSION="b20" 1.7 -CATEGORY="development" 1.8 +CATEGORY="meta" 1.9 SHORT_DESC="A component of Sun's jdk6 we use to cook icedtea6 (empty package)" 1.10 MAINTAINER="gokhlayeh@mailoo.org" 1.11 BUILD_DEPENDS="wget" 1.12 @@ -10,3 +10,9 @@ 1.13 WEB_SITE="http://java.sun.com" 1.14 WGET_URL="https://jaxp.dev.java.net/files/documents/913/150648/$TARBALL" 1.15 COOK_OPT="!unpack !repack_src !fs" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +compile_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr 1.21 +}