milis/talimatname/genel/j/jre/talimat

32 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Java Runtime Environment
# URL: http://www.oracle.com/technetwork/java/javase/overview/index.html
# Paketçi: milisarge
# Gerekler:
name=jre
version=1.8.0_131
release=1
source=(http://ftp.wsisiz.edu.pl/pub/pc/pozyteczne%20oprogramowanie/java/jre-8u131-linux-x64.tar.gz)
derle(){
cd $name$version
install -d $PKG/usr/{bin,share,lib/$name}
mv bin lib plugin $PKG/usr/lib/$name
install -d "$PKG"/usr/lib/mozilla/plugins
# several symlinks
ln -s $name $PKG/usr/lib/java
ln -s ../lib/java/bin/java $PKG/usr/bin/java
ln -s ../lib/java/bin/javaws $PKG/usr/bin/javaws
ln -s ../lib/java/bin/keytool $PKG/usr/bin/keytool
ln -s ../lib/java/bin/jcontrol $PKG/usr/bin/jcontrol
sed -e "s|Exec=|Exec=/usr/lib/java/bin/|" \
-e "s|.png|-jre8.png|" \
-i $PKG/usr/lib/jre/lib/desktop/applications/*
mv $PKG/usr/lib/jre/lib/desktop/applications "$PKG"/usr/share/
#install -m644 "$SRC"/*.desktop "$PKG"/usr/share/applications/
ln -s /usr/lib/java/lib/amd64/libnpjp2.so "$PKG"/usr/lib/mozilla/plugins/libnpjp2-jre8.so
# remove broken libraries
rm $PKG/usr/lib/jre/lib/amd64/libavplugin-*.so
}