jdk: updated to 1.7.0_13 and removed 'Arch Maintainer'

This commit is contained in:
Jose V Beneyto 2013-02-04 11:33:42 +01:00
parent 95c3bdc301
commit f9b51441fd
4 changed files with 1365 additions and 1358 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
d8f65419fa65f179382ae310237fd1f4 jdk-7u11-linux-x64.tar.gz
5286b7e752fb8814d85124cb623ff045 jdk-7u13-linux-x64.gz

View File

@ -4,9 +4,16 @@
# Packager: Simone Rota, sip at crux dot nu
name=jdk
version=1.7.0_11
version=1.7.0_13
release=1
source=(file:///$name-7u11-linux-x64.tar.gz)
source=(file:///$name-7u13-linux-x64.gz)
unpack_source(){
LOCAL_FILENAME=$(get_filename $source)
COMMAND="bsdtar -p -o -C $SRC -xf $LOCAL_FILENAME"
echo "$COMMAND"
$COMMAND
}
build(){
rm -rf $SRC/jdk*/{man/ja,jre/lib/{locale,deploy/messages_},db/lib/derbyLocale*}*

View File

@ -5,6 +5,6 @@ REQUIREMENTS
Download the Java SE Development Kit (JDK) from
- http://www.oracle.com/technetwork/java/javase/downloads/index.html
and put the file
- jdk-7u*-linux-x64.tar.gz
- jdk-7u*-linux-x64.gz
into the directory defined by PKGMK_SOURCE_DIR. See pkgmk.conf(5).