mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user