mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
* 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
26 lines
685 B
Plaintext
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"
|