Files
haikuports/haiku-apps/open_sum_it/open_sum_it-108.recipe
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00

27 lines
580 B
Plaintext

DESCRIPTION="Open-Sum-It"
HOMEPAGE="http://dev.osdrawer.net/projects/sum-it"
SRC_URI="svn+http://svn.osdrawer.net/sum-it/sum-it#108"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="bsl >= 108
rez >= 108"
#CHECKSUM_MD5=""
BUILD()
{
cd open-sum-it-108
make
}
INSTALL()
{
cd open-sum-it-108
APPS_DIR=`finddir B_APPS_DIRECTORY`
mkdir -p ${DESTDIR}${APPS_DIR}/Open-Sum-It
cp Sum-It ${DESTDIR}${APPS_DIR}/Open-Sum-It/Open-Sum-It
}
LICENSE="BSD (4-clause)"
COPYRIGHT="1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
1999-2000 Tim Vernum. All rights reserved."