commit 7c15b02dfaf800283568fbd62085a868237a0106 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Sep 28 17:42:59 2014 +1000 cutemaze: initial commit diff --git a/cutemaze/.footprint b/cutemaze/.footprint new file mode 100644 index 0000000..8d59f8d --- /dev/null +++ b/cutemaze/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cutemaze +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/cutemaze.desktop +drwxr-xr-x root/root usr/share/cutemaze/ +drwxr-xr-x root/root usr/share/cutemaze/translations/ +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_de.qm +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_en.qm +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_es.qm +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_fr.qm +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_he.qm +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_pl.qm +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_pt_BR.qm +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_ro.qm +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_ru.qm +-rw-r--r-- root/root usr/share/cutemaze/translations/cutemaze_tr.qm +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/cutemaze.png diff --git a/cutemaze/.md5sum b/cutemaze/.md5sum new file mode 100644 index 0000000..f671bc4 --- /dev/null +++ b/cutemaze/.md5sum @@ -0,0 +1 @@ +1108e0c62acfc9a354e8fa4e9a071eb1 cutemaze-1.1.1-src.tar.bz2 diff --git a/cutemaze/Pkgfile b/cutemaze/Pkgfile new file mode 100644 index 0000000..d9c55f4 --- /dev/null +++ b/cutemaze/Pkgfile @@ -0,0 +1,17 @@ +# Description: Top-down maze game. +# URL: http://gottcode.org/cutemaze +# Maintainer: Danny Rawlins, monster dot romster at gmail dot com +# Packager: Danny Rawlins, monster dot romster at gmail dot com +# Depends on: qt5 + +name=cutemaze +version=1.1.1 +release=1 +source=(http://gottcode.org/$name/$name-$version-src.tar.bz2) + +build() { + cd $name-$version + qmake-qt5 PREFIX=/usr + make + make INSTALL_ROOT=$PKG install +}