mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
apr-util: fixes recipe
* also remove libtool library file for now
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
SUMMARY="Apache Portable Runtime Utility Library"
|
||||
DESCRIPTION="
|
||||
The mission of the Apache Portable Runtime (APR) project is to create and \
|
||||
maintain software libraries that provide a predictable and consistent \
|
||||
interface to underlying platform-specific implementations. The primary goal is \
|
||||
to provide an API to which software developers may code and be assured of \
|
||||
predictable if not identical behaviour regardless of the platform on which \
|
||||
their software is built, relieving them of the need to code special-case \
|
||||
conditions to work around or take advantage of platform-specific deficiencies \
|
||||
or features.
|
||||
"
|
||||
HOMEPAGE="http://apr.apache.org/"
|
||||
SRC_URI="http://archive.apache.org/dist/apr/apr-util-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="76db34cb508e346e3bf69347c29ed1500bf0b71bcc48d54271ad9d1c25703743"
|
||||
CHECKSUM_SHA256="976a12a59bc286d634a21d7be0841cc74289ea9077aa1af46be19d1a6e844c19"
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="2011 The Apache Software Foundation."
|
||||
REVISION="1"
|
||||
@@ -75,6 +85,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove libtool library file
|
||||
rm $libDir/libaprutil-1.la
|
||||
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libaprutil-1
|
||||
@@ -85,37 +98,13 @@ INSTALL()
|
||||
|
||||
# remove superfluous .exp file
|
||||
rm $libDir/aprutil.exp
|
||||
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$binDir \
|
||||
$developDir
|
||||
}
|
||||
|
||||
DESCRIPTION="
|
||||
The mission of the Apache Portable Runtime (APR) project is to create and \
|
||||
maintain software libraries that provide a predictable and consistent \
|
||||
interface to underlying platform-specific implementations. The primary goal is \
|
||||
to provide an API to which software developers may code and be assured of \
|
||||
predictable if not identical behaviour regardless of the platform on which \
|
||||
their software is built, relieving them of the need to code special-case \
|
||||
conditions to work around or take advantage of platform-specific deficiencies \
|
||||
or features.
|
||||
To give a brief overview, the primary core subsystems of APR 1.x include the \
|
||||
following:
|
||||
- atomic operations
|
||||
- dynamic Shared Object loading
|
||||
- file I/O
|
||||
- locks (mutexes, condition variables, etc)
|
||||
- memory management (high performance allocators)
|
||||
- memory-mapped files
|
||||
- multicast Sockets
|
||||
- network I/O
|
||||
- shared memory
|
||||
- thread and Process management
|
||||
- various data structures (tables, hashes, priority queues, etc)
|
||||
"
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
|
||||
Reference in New Issue
Block a user