mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libetonyek: bump version.
* remove libtool file. * enable x86_64. * depend on glm_devel.
This commit is contained in:
@@ -12,10 +12,10 @@ COPYRIGHT="
|
||||
Fridrich Strba <fridrich.strba@bluewin.ch>
|
||||
David Tardon <dtardon@redhat.com>
|
||||
"
|
||||
REVISION="2"
|
||||
CHECKSUM_SHA256="716edf726ba3896fe85eea9a75786948d5ddeda63a54c00f3308658cc3bbd9e4"
|
||||
REVISION="1"
|
||||
CHECKSUM_SHA256="f3f9342a34514a02c8a8c6d2a7957ee29cdb94ee69c67fe37b214fba50f49abf"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
# for a different secondary architecture.
|
||||
@@ -34,7 +34,7 @@ PROVIDES="
|
||||
cmd:key2text$secondaryArchSuffix
|
||||
cmd:numbers2text$secondaryArchSuffix
|
||||
cmd:pages2text$secondaryArchSuffix
|
||||
lib:libetonyek_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
lib:libetonyek_0.1$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -55,6 +55,7 @@ BUILD_REQUIRES="
|
||||
devel:librevenge_stream_0.0$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
glm_devel$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
@@ -84,6 +85,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove libtool file
|
||||
rm $libDir/libetonyek-0.1.la
|
||||
|
||||
prepareInstalledDevelLibs libetonyek-0.1
|
||||
fixPkgconfig
|
||||
@@ -93,7 +97,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
libetonyek${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libetonyek_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
devel:libetonyek_0.1$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libetonyek$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user