wok-stable diff jdk6-jaxws/receipt @ rev 11951
Up: tazpkg 4.8.2
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Mar 01 15:45:14 2012 +0100 (2012-03-01) |
parents | f1207145dcb3 |
children |
line diff
1.1 --- a/jdk6-jaxws/receipt Fri Mar 11 17:58:14 2011 +0100 1.2 +++ b/jdk6-jaxws/receipt Thu Mar 01 15:45:14 2012 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="jdk6-jaxws" 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://jax-ws.dev.java.net/files/documents/4202/150724/$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 +}