milis/talimatname/genel/o/openttd-opensfx/talimat

20 lines
528 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: Openttd için ücretsiz ses seti
# URL: http://www.openttd.org
# Paketçi: milisarge
# Gerekler:
# Grup: medya
isim=openttd-opensfx
surum=0.2.3
devir=1
kaynak=(http://bundles.openttdcoop.org/opensfx/releases/opensfx-$surum.zip)
derle() {
cd ${SRC}/opensfx-${surum}
chmod 0644 *
mkdir -pm0755 ${PKG}/usr/share/openttd/data
cp opensfx.* ${PKG}/usr/share/openttd/data/
install -Dm644 license.txt ${PKG}/usr/share/licenses/${isim}/license
install -Dm644 readme.txt ${PKG}/usr/share/licenses/${isim}/readme
}