wok diff jdk7-corba/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents
children af8d823a3077
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jdk7-corba/receipt	Mon Mar 05 15:52:59 2018 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="jdk7-corba"
     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="corba"
    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 +}