milis/talimatname/genel/p/perldoc/talimat

25 lines
503 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.

# Tanım: Perldoc (Resmi Perl belgeleri)
# URL: http://perldoc.perl.org
# Paketçi: milisarge
# Gerekler:
isim=perldoc
surum=5.20.1
devir=1
kaynak=(
http://perldoc.perl.org/perldoc-html.tar.gz
perldoc.desktop
perldoc.png
)
derle(){
mkdir -p $PKG/usr/share/doc/$isim-$surum
cp -rf $SRC/perldoc-html/* \
$PKG/usr/share/doc/$isim-$surum/
install -Dm 644 $SRC/$isim.desktop \
$PKG/usr/share/applications/$isim.desktop
install -Dm 644 $SRC/$isim.png \
$PKG/usr/share/icons/hicolor/48x48/apps/$isim.png
}