mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
libsolv: Update to new version
Includes pre-release separator change.
This commit is contained in:
41
dev-libs/libsolv/libsolv-0.3.0_haiku_2013_04_18.recipe
Normal file
41
dev-libs/libsolv/libsolv-0.3.0_haiku_2013_04_18.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
SUMMARY="Library for solving packages and reading repositories"
|
||||
DESCRIPTION="Library for solving packages and reading repositories."
|
||||
HOMEPAGE="http://github.com/openSUSE/libsolv"
|
||||
SRC_URI="git+git://github.com/weinhold/libsolv.git#85dcb683b0c705c1789a3f688bd0d02368107824"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="libsolv = $portVersion
|
||||
lib:libsolv = $portVersion
|
||||
lib:libsolvext = $portVersion"
|
||||
REQUIRES="haiku >= $haikuVersion
|
||||
lib:libexpat >= 1.5"
|
||||
BUILD_REQUIRES="lib:libexpat >= 1.5"
|
||||
BUILD_PREREQUIRES="haiku_devel >= $haikuVersion
|
||||
cmd:cmake
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=$prefix ..
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd build
|
||||
make install
|
||||
|
||||
# We don't want the executables.
|
||||
rm -r $prefix/bin
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2007-2013, Novell Inc."
|
||||
Reference in New Issue
Block a user