wok diff jdk7-jaf/receipt @ rev 17307
polkit: remove gobject-introspection from depends
It is development package and we don't need it on regular host.
(was added here: hg.slitaz.org/wok/rev/3c2bd4920bdb)
It is development package and we don't need it on regular host.
(was added here: hg.slitaz.org/wok/rev/3c2bd4920bdb)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Nov 01 19:00:09 2014 +0200 (2014-11-01) |
parents | |
children | af8d823a3077 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jdk7-jaf/receipt Sat Nov 01 19:00:09 2014 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="jdk7-jaf" 1.7 +VERSION="2010_08_19" 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 +TARBALL="$PACKAGE-$VERSION.zip" 1.13 +WEB_SITE="http://java.sun.com" 1.14 +WGET_URL="http://icedtea.wildebeest.org/download/drops/$TARBALL" 1.15 +COOK_OPT="!unpack !repack_src !fs" 1.16 + 1.17 +BUILD_DEPENDS="wget" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +compile_rules() 1.21 +{ 1.22 + mkdir -p $fs/usr 1.23 +}