wok-next diff jdk7-langtools/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents
children e1c0edabdcb2
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jdk7-langtools/receipt	Mon Oct 05 01:10:26 2015 +0300
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="jdk7-langtools"
     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="langtools"
    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 +}