mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
22
dev-libs/libattica/libattica-0.4.1.recipe
Normal file
22
dev-libs/libattica/libattica-0.4.1.recipe
Normal file
@@ -0,0 +1,22 @@
|
||||
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