summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD28
-rw-r--r--powder-toy-static.desktop11
-rw-r--r--powder-toy-static.pngbin0 -> 58276 bytes
4 files changed, 59 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8fbaf5de38df
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = powder-toy-static
+ pkgdesc = Desktop version of the classic falling sand physics sandbox,simulates air pressure, velocity & heat! - Static version
+ pkgver = 90.2
+ pkgrel = 1
+ url = http://powdertoy.co.uk/
+ arch = i686
+ arch = x86_64
+ license = GPL3
+ depends = sdl
+ depends = lua
+ depends = fftw
+ source = http://powdertoy.co.uk/Download/powder-lin32.zip
+ source = powder-toy-static.desktop
+ source = powder-toy-static.png
+ sha512sums = 35f998917c0b940f7d7b07c0f84ed75c7f684de0089f90403d6fd4b3234aad56831e1d52f7f16ae107fcbc1133bdd7622f3ca9fe26853ea12039249b43b40dbd
+ sha512sums = a1096c82db075423f1c054e5a7914e334569df6e04fbd7dedef56d869738e2b816cfce9dc91f335482bcf9d9d55cb19b05b111423460eff98e31433269a86d6a
+ sha512sums = c3b37100478cb255e3dc9ac8c7f4be5cea026a3e88ac3a0bf30e98cb7f95ee6c441a022f424f731e9e1356abc38d68559d746d2c1995c99f4cc9c1ce461aaa00
+
+pkgname = powder-toy-static
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f1bdb41b660f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: William Grieshaber <me@zee.li>
+# Contributor: Mark Coolen <mark dot coolen at gmail dot com>
+
+pkgname=powder-toy-static
+pkgver=90.2
+pkgrel=1
+pkgdesc="Desktop version of the classic falling sand physics sandbox,simulates air pressure, velocity & heat! - Static version"
+arch=('i686' 'x86_64')
+depends=('sdl' 'lua' 'fftw')
+url="http://powdertoy.co.uk/"
+license=('GPL3')
+source=('http://powdertoy.co.uk/Download/powder-lin32.zip'
+ ${pkgname}.desktop ${pkgname}.png)
+sha512sums=('35f998917c0b940f7d7b07c0f84ed75c7f684de0089f90403d6fd4b3234aad56831e1d52f7f16ae107fcbc1133bdd7622f3ca9fe26853ea12039249b43b40dbd'
+ 'a1096c82db075423f1c054e5a7914e334569df6e04fbd7dedef56d869738e2b816cfce9dc91f335482bcf9d9d55cb19b05b111423460eff98e31433269a86d6a'
+ 'c3b37100478cb255e3dc9ac8c7f4be5cea026a3e88ac3a0bf30e98cb7f95ee6c441a022f424f731e9e1356abc38d68559d746d2c1995c99f4cc9c1ce461aaa00')
+
+package() {
+ mkdir -p "${pkgdir}/usr/share/applications"
+ mkdir -p "${pkgdir}/usr/share/pixmaps"
+
+ install -Dm 755 "${srcdir}/powder" "${pkgdir}/usr/bin/${pkgname}"
+ install -Dm 755 "${srcdir}/powder-legacy" "${pkgdir}/usr/bin/${pkgname}-legacy"
+
+ install -Dm 644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm 644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/"
+ install -Dm 644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/"
+}
diff --git a/powder-toy-static.desktop b/powder-toy-static.desktop
new file mode 100644
index 000000000000..5c0f1ac2e44e
--- /dev/null
+++ b/powder-toy-static.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Version=90.2
+Encoding=UTF-8
+Name=Powder Toy Static
+Comment=A physics simulation game - Static version.
+Exec=/usr/bin/powder-toy-static
+Icon=powder-toy-static
+Terminal=false
+StartupNotify=false
+Categories=Game;
diff --git a/powder-toy-static.png b/powder-toy-static.png
new file mode 100644
index 000000000000..02ebd59bbfda
--- /dev/null
+++ b/powder-toy-static.png
Binary files differ