Added simple icon and signature.

This commit is contained in:
Humdinger
2014-01-07 17:24:52 +01:00
parent 57b342cc9a
commit c177c11649
2 changed files with 38 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ CHECKSUM_MD5="99b68e990012b2f58c184b8ba9e4fb4d"
SOURCE_DIR="pipepanic-0.1.3-source"
LICENSE="GNU GPL v2"
COPYRIGHT="2005-2013 Thunor"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
@@ -25,6 +25,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libsdl$secondaryArchSuffix
cmd:xres
"
BUILD_PREREQUIRES="
@@ -38,6 +39,8 @@ PATCHES="
BUILD()
{
make
rc -o pipepanic.rsrc pipepanic.rdef
xres -o pipepanic pipepanic.rsrc
}
INSTALL()