wok-next annotate jdk7-jaxp/receipt @ rev 18831
linux-module-headers: avoid depmod during install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 18 17:45:22 2016 +0100 (2016-01-18) |
parents | |
children | e1c0edabdcb2 |
rev | line source |
---|---|
yuripourre@16968 | 1 # SliTaz package receipt. |
yuripourre@16968 | 2 |
yuripourre@16968 | 3 PACKAGE="jdk7-jaxp" |
yuripourre@16968 | 4 VERSION="2.5.1" |
yuripourre@16968 | 5 CATEGORY="meta" |
yuripourre@16968 | 6 SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)" |
yuripourre@16968 | 7 MAINTAINER="yuripourre@gmail.com" |
yuripourre@16968 | 8 LICENSE="GPL2" |
yuripourre@16968 | 9 SOURCE="jaxp" |
yuripourre@16968 | 10 WEB_SITE="http://icedtea.classpath.org" |
yuripourre@16968 | 11 TARBALL="$SOURCE.tar.bz2" |
yuripourre@16968 | 12 WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL" |
yuripourre@16968 | 13 COOK_OPT="!unpack !repack_src !fs" |
yuripourre@16968 | 14 |
yuripourre@16968 | 15 BUILD_DEPENDS="wget" |
yuripourre@16968 | 16 |
yuripourre@16968 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
yuripourre@16968 | 18 compile_rules() |
yuripourre@16968 | 19 { |
yuripourre@16968 | 20 mkdir -p $fs/usr |
yuripourre@16968 | 21 } |