mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
librsync: fix requires.
* remove include directory leftover.
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="1995 Patrick Powell
|
||||
1999-2014 Martin Pool
|
||||
2002-2003 Donovan Baarda"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/librsync/librsync/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256='b5c4dd114289832039397789e42d4ff0d1108ada89ce74f1999398593fae2169'
|
||||
|
||||
@@ -26,7 +26,9 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libpopt$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
# Although the librsync soname is bumped to 2.0.0, it is purely an ABI change,
|
||||
@@ -68,6 +70,7 @@ INSTALL()
|
||||
|
||||
mkdir -p $includeDir
|
||||
mv $prefix/include/* $includeDir
|
||||
rmdir $prefix/include
|
||||
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
mv $prefix/lib $prefix/lib2
|
||||
|
||||
Reference in New Issue
Block a user