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

22 lines
519 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Openttd için ücretsiz ses seti
2016-02-24 01:27:23 +01:00
# URL: http://www.openttd.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=openttd-opensfx
surum=0.2.3
devir=1
kaynak=(http://bundles.openttdcoop.org/opensfx/releases/opensfx-${surum}.zip)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd ${SRC}/opensfx-${surum}
2016-02-24 01:27:23 +01:00
chmod 0644 *
mkdir -pm0755 ${PKG}/usr/share/openttd/data
cp opensfx.* ${PKG}/usr/share/openttd/data/
2017-10-28 14:10:23 +02:00
install -Dm644 license.txt ${PKG}/usr/share/licenses/${isim}/license
install -Dm644 readme.txt ${PKG}/usr/share/licenses/${isim}/readme
2016-02-24 01:27:23 +01:00
}