mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libass, remove *.la file and ordered the recipe, no structural changes (#968)
This commit is contained in:
committed by
Adrien Destugues
parent
218dfd4205
commit
5c69785e8e
@@ -11,11 +11,12 @@ COPYRIGHT="
|
||||
2013 Rodger Combs
|
||||
"
|
||||
LICENSE="ISC"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/libass/libass/releases/download/$portVersion/libass-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libass$secondaryArchSuffix = $portVersion compat >= 0.11
|
||||
@@ -40,6 +41,15 @@ REQUIRES="
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libgraphite2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libass${secondaryArchSuffix}_devel = $portVersion compat >= 0.11
|
||||
devel:libass$secondaryArchSuffix = 5.3.0 compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libass$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libenca$secondaryArchSuffix
|
||||
@@ -81,20 +91,11 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libass.la
|
||||
|
||||
prepareInstalledDevelLibs libass
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libass${secondaryArchSuffix}_devel = $portVersion compat >= 0.11
|
||||
devel:libass$secondaryArchSuffix = 5.3.0 compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libass$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user