mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libgphoto2: fix PROVIDES_devel, delete .la files
This commit is contained in:
@@ -13,7 +13,7 @@ SOURCE_URI="http://sourceforge.net/projects/gphoto/files/libgphoto2-$portVersion
|
||||
CHECKSUM_SHA256="031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -33,7 +33,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libgphoto2${secondaryArchSuffix}_devel = $portVersion
|
||||
lib:libgphoto2$secondaryArchSuffix = $portVersion
|
||||
devel:libgphoto2$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
@@ -69,6 +69,7 @@ INSTALL()
|
||||
make install
|
||||
prepareInstalledDevelLibs \
|
||||
libgphoto2
|
||||
find $libDir -name '*.la' -delete
|
||||
rm $developLibDir/*.la
|
||||
fixPkgconfig
|
||||
packageEntries devel \
|
||||
|
||||
Reference in New Issue
Block a user