milis/talimatname/genel/openttd-opensfx/talimat

22 lines
534 B
Plaintext
Raw Normal View History

2017-04-06 13:21:02 +02:00
# Description: Openttd için ücretsiz ses seti
2016-02-24 01:27:23 +01:00
# URL: http://www.openttd.org
2017-04-06 13:21:02 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on:
name=openttd-opensfx
version=0.2.3
release=1
source=(http://bundles.openttdcoop.org/opensfx/releases/opensfx-${version}.zip)
build() {
cd ${SRC}/opensfx-${version}
chmod 0644 *
mkdir -pm0755 ${PKG}/usr/share/openttd/data
cp opensfx.* ${PKG}/usr/share/openttd/data/
install -Dm644 license.txt ${PKG}/usr/share/licenses/${name}/license
install -Dm644 readme.txt ${PKG}/usr/share/licenses/${name}/readme
}