openttd-paketlendi
This commit is contained in:
parent
c55fcdb5e7
commit
6e1fe06457
|
@ -2,17 +2,17 @@
|
|||
# URL: http://dev.openttdcoop.org/projects/opengfx
|
||||
# Paketçi: milisarge
|
||||
# Gerekler:
|
||||
# Grup: sistem
|
||||
# Grup: kütüphane
|
||||
|
||||
|
||||
isim=openttd-opengfx
|
||||
surum=0.5.3
|
||||
surum=0.5.4
|
||||
devir=1
|
||||
kaynak=(http://bundles.openttdcoop.org/opengfx/releases/${surum}/opengfx-${surum}.zip)
|
||||
kaynak=(http://bundles.openttdcoop.org/opengfx/releases/$surum/opengfx-$surum.zip)
|
||||
|
||||
derle() {
|
||||
cd ${SRC}
|
||||
tar xvf opengfx-${surum}.tar
|
||||
cd $SRC
|
||||
tar xf opengfx-$surum.tar
|
||||
cd opengfx-${surum}
|
||||
install -d ${PKG}/usr/share/openttd/data
|
||||
install -m644 *.grf ${PKG}/usr/share/openttd/data
|
||||
|
|
|
@ -7,13 +7,11 @@
|
|||
isim=openttd-opensfx
|
||||
surum=0.2.3
|
||||
devir=1
|
||||
kaynak=(http://bundles.openttdcoop.org/opensfx/releases/opensfx-${surum}.zip)
|
||||
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
|
||||
|
|
|
@ -2,11 +2,10 @@
|
|||
# URL: http://www.openttd.org
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: libpng sdl icu xorg-fontconfig lzo hicolor-icon-theme desktop-file-utils xz openttd-opengfx openttd-opensfx
|
||||
# Grup: sistem
|
||||
|
||||
# Grup: oyun
|
||||
|
||||
isim=openttd
|
||||
surum=1.5.2
|
||||
surum=1.8.0
|
||||
devir=1
|
||||
kaynak=(http://binaries.openttd.org/releases/${surum}/${isim}-${surum}-source.tar.xz)
|
||||
|
||||
|
@ -15,12 +14,11 @@ derle() {
|
|||
|
||||
./configure \
|
||||
--prefix-dir=/usr \
|
||||
--binary-isim=${isim} \
|
||||
--binary-name=${isim} \
|
||||
--binary-dir=bin \
|
||||
--data-dir=share/${isim} \
|
||||
--install-dir=${PKG} \
|
||||
--doc-dir=share/doc/${isim} \
|
||||
--menu-isim="OpenTTD" \
|
||||
--menu-name="OpenTTD" \
|
||||
--personal-dir=.${isim}
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue