Files
haikuports/dev-libs/libattica/libattica-0.4.1.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

23 lines
432 B
Plaintext

DESCRIPTION="A library providing access to Open Collaboration Services"
HOMEPAGE="http://www.kde.org"
SRC_URI="ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.4.1.tar.bz2"
CHECKSUM_MD5="b90983ec5d79e5ddcbc9146fa23cab72"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND=""
BUILD()
{
cd attica-0.4.1
cmake CMakeLists.txt
make
}
INSTALL()
{
cd attica-0.4.1
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="The KDE Project"