wok diff jdk7-jaxws/receipt @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents
children af8d823a3077
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jdk7-jaxws/receipt	Sun Aug 25 11:41:26 2019 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="jdk7-jaxws"
     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="jaxws"
    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 +}