wok-6.x diff jdk7-langtools/receipt @ rev 17105
Add qps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Aug 30 23:57:51 2014 +0200 (2014-08-30) |
parents | |
children | 3705d68ed8f3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jdk7-langtools/receipt Sat Aug 30 23:57:51 2014 +0200 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 +}