summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2016-05-01 23:19:44 +0200
committerzoe2016-05-01 23:19:44 +0200
commit1208f45b284f681fcb1b6cfe2b470ba1a40585fe (patch)
treef2f682994ae9d2f94d6b59e8c4607892f91830ec
downloadaur-1208f45b284f681fcb1b6cfe2b470ba1a40585fe.tar.gz
Initial import
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD30
-rw-r--r--biniax2.desktop10
-rw-r--r--biniax2.install14
-rw-r--r--biniax2.pngbin0 -> 430 bytes
5 files changed, 78 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d48c8db26f6b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,24 @@
+# Generated by mksrcinfo v8
+# Sun May 1 21:18:25 UTC 2016
+pkgbase = biniax2
+ pkgdesc = Arcade game : match two similar fruits, and they will disappear, just clear your way and avoid being blocked
+ pkgver = 2.1.30
+ pkgrel = 1
+ url = http://biniax.com/
+ install = biniax2.install
+ arch = i686
+ arch = x86_64
+ license = Zlib license
+ makedepends = make
+ depends = sdl
+ depends = sdl_image
+ depends = sdl_mixer
+ source = http://mordred.dir.bg/biniax/biniax2-1.30-fullsrc.tar.gz
+ source = biniax2.desktop
+ source = biniax2.png
+ md5sums = 53e90cf42b825af23e086f4562234ae3
+ md5sums = 6acae7917e24b38284d454449e0391b4
+ md5sums = 7424a0af67b621729ba03a2729ca41f3
+
+pkgname = biniax2
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5c592910ac28
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,30 @@
+# Maintainer: zoe <chp321 AT gmail DOT com>
+
+pkgname=biniax2
+pkgver=2.1.30
+_pkgname=biniax
+_pkgver=1.30
+pkgrel=1
+pkgdesc="Arcade game : match two similar fruits, and they will disappear, just clear your way and avoid being blocked"
+arch=('i686' 'x86_64')
+url="http://${_pkgname}.com/"
+license=('Zlib license')
+depends=('sdl' 'sdl_image' 'sdl_mixer')
+makedepends=('make')
+install=${pkgname}.install
+source=("http://mordred.dir.bg/${_pkgname}/${pkgname}-${_pkgver}-fullsrc.tar.gz"
+ "${pkgname}.desktop" "${pkgname}.png")
+md5sums=('53e90cf42b825af23e086f4562234ae3'
+ '6acae7917e24b38284d454449e0391b4'
+ '7424a0af67b621729ba03a2729ca41f3')
+
+build() {
+ cd "${srcdir}"
+ make
+}
+
+package() {
+ install -DTm755 ${srcdir}/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+ install -DTm644 ${srcdir}/${pkgname}.png "${pkgdir}/usr/share/icons/hicolor/32x32/apps/${pkgname}.png"
+ install -DTm644 ${srcdir}/${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+ }
diff --git a/biniax2.desktop b/biniax2.desktop
new file mode 100644
index 000000000000..341ff7a601e7
--- /dev/null
+++ b/biniax2.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Exec=biniax2
+Name=Biniax2
+GenericName=Arcade game : match two similar fruits, and they will disappear, just clear your way and avoid being blocked
+Comment=
+Icon=/usr/share/icons/hicolor/32x32/apps/biniax2.png
+Terminal=false
+Type=Application
+Categories=Qt;Game;ArcadeGame;
diff --git a/biniax2.install b/biniax2.install
new file mode 100644
index 000000000000..a795fd7deb14
--- /dev/null
+++ b/biniax2.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "Updating mime info..."
+ update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: \ No newline at end of file
diff --git a/biniax2.png b/biniax2.png
new file mode 100644
index 000000000000..717a73f9dac2
--- /dev/null
+++ b/biniax2.png
Binary files differ