2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Openttd için ücretsiz ses seti
|
|
|
|
|
# URL: http://www.openttd.org
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
2018-08-01 15:33:14 +02:00
|
|
|
|
# Grup: medya
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|