milis/talimatname/genel/xulrunner/talimat

22 lines
456 B
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.

# Description: Mozilla Çalışma Zamanı Ortamı
# URL: http://wiki.mozilla.org/XUL:Xul_Runner
# Packager: milisarge
# Depends on:
name=xulrunner
version=41.0.2
release=1
source=(http://ftp.mozilla.org/pub/xulrunner/releases/$version/source/$name-$version.source.tar.xz)
build() {
mkdir ${PKG}/opt/
mkdir ${PKG}/usr/
mkdir ${PKG}/usr/bin/
cp -R "${SRC}/${name}" "${PKG}/opt/${name}"
ln -s "/opt/${name}/${name}" "${PKG}/usr/bin/${name}"
}