libattica: working recipe.

If anyone knows a better way to call CMake than the hack I used after
"make install", please tell me. I already tried INSTALL_LIB_DIR and
friends.
This commit is contained in:
Augustin Cavalier
2014-07-14 13:40:09 -04:00
parent 6689510053
commit d802e836f4
2 changed files with 81 additions and 22 deletions

View File

@@ -1,22 +0,0 @@
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"