mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
23 lines
432 B
Plaintext
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"
|