jdk: fixed source file
This commit is contained in:
parent
512aae6c7c
commit
079c61ad7f
@ -1 +1 @@
|
||||
5286b7e752fb8814d85124cb623ff045 jdk-7u13-linux-x64.gz
|
||||
5286b7e752fb8814d85124cb623ff045 jdk-7u13-linux-x64.tar.gz
|
||||
|
@ -6,14 +6,7 @@
|
||||
name=jdk
|
||||
version=1.7.0_13
|
||||
release=1
|
||||
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
|
||||
}
|
||||
source=(file:///$name-7u13-linux-x64.tar.gz)
|
||||
|
||||
build(){
|
||||
rm -rf $SRC/jdk*/{man/ja,jre/lib/{locale,deploy/messages_},db/lib/derbyLocale*}*
|
||||
|
@ -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.gz
|
||||
- jdk-7u*-linux-x64.tar.gz
|
||||
|
||||
into the directory defined by PKGMK_SOURCE_DIR. See pkgmk.conf(5).
|
||||
|
Loading…
x
Reference in New Issue
Block a user