Files
haikuports/net-p2p/seeks/seeks-0.x_git.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

26 lines
685 B
Plaintext

DESCRIPTION="An Open Decentralized Platform for Collaborative Search, Filtering and content Curation"
HOMEPAGE="http://www.seeks-project.info/"
SRC_URI="git://seeks.git.sourceforge.net/gitroot/seeks/seeks"
REVISION="1"
#CHECKSUM_MD5=""
STATUS_HAIKU="untested"
#MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
# pkgconfig is only a build dependency
DEPEND="pkgconfig >= 0.25"
BUILD()
{
cd seeks-0.x-git
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd seeks-0.x-git
make install
}
LICENSE="GNU AGPL v3"
COPYRIGHT="2006, 2009, 2010 Emmanuel Benazera, Camille Harang, Mehdi Abaakouk, Pablo Joubert, Laurent Peuch"