From be7af821caf3399b9c49428d38157c55ce1f7f63 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 28 Sep 2010 06:29:30 +0000 Subject: [PATCH] caveofphear: initial import (verified compilation). --- phear/.footprint | 23 +++++++++++++++++++++++ phear/.md5sum | 1 + phear/Pkgfile | 16 ++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 phear/.footprint create mode 100644 phear/.md5sum create mode 100644 phear/Pkgfile diff --git a/phear/.footprint b/phear/.footprint new file mode 100644 index 0000000..9f27041 --- /dev/null +++ b/phear/.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/phear +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/phear/ +drwxr-xr-x root/root usr/share/phear/phear/ +drwxr-xr-x root/root usr/share/phear/phear/data/ +-rw-r--r-- root/root usr/share/phear/phear/data/gover +-rw-r--r-- root/root usr/share/phear/phear/data/htext +drwxr-xr-x root/root usr/share/phear/phear/data/levels/ +-rw-r--r-- root/root usr/share/phear/phear/data/levels/01 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/02 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/03 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/04 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/05 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/06 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/07 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/08 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/09 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/10 +-rw-r--r-- root/root usr/share/phear/phear/data/levels/11 +-rw-r--r-- root/root usr/share/phear/phear/data/spgraf +-rw-r--r-- root/root usr/share/phear/phear/data/tdesc diff --git a/phear/.md5sum b/phear/.md5sum new file mode 100644 index 0000000..37b3aa4 --- /dev/null +++ b/phear/.md5sum @@ -0,0 +1 @@ +232f6f34d2a5aede7af70eb6e3d8d49f phear-0.5.tar.bz2 diff --git a/phear/Pkgfile b/phear/Pkgfile new file mode 100644 index 0000000..2434caa --- /dev/null +++ b/phear/Pkgfile @@ -0,0 +1,16 @@ +# Description: Boulder Dash / Digger like game for 80x25 consoles/terminals +# URL: http://www.x86.no/cavezofphear/ +# Maintainer: Victor Martinez, pitillo at ono dot com +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: ncurses + +name=phear +version=0.5 +release=1 +source=(http://www.x86.no/cavezofphear/$name-$version.tar.bz2) + +build() { + cd $name-$version + make CC="$CC" + make install DESTDIR_BIN="$PKG/usr/bin" DESTDIR_DATA="$PKG/usr/share/$name" +} -- 2.26.2