mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libwpg: bump version
This commit is contained in:
@@ -1,74 +0,0 @@
|
||||
SUMMARY="The free WPG library, converter and viewer"
|
||||
DESCRIPTION="
|
||||
libwpg project is a collection of library and tools to work with graphics \
|
||||
in WPG (WordPerfect Graphics) format."
|
||||
HOMEPAGE="http://libwpg.sourceforge.net"
|
||||
COPYRIGHT="Marc Oude Kotte
|
||||
Marc Maurer
|
||||
Ariya Hidayat
|
||||
Fridrich Strba"
|
||||
LICENSE="MPL v2.0
|
||||
GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/libwpg/libwpg/libwpg-0.2.2/libwpg-0.2.2.tar.gz"
|
||||
CHECKSUM_SHA256="d5260dd46a9f2bb8ace90379b8afc47fe78f26048bb32abb982b900ef2fb2aa3"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
$portName$secondaryArchSuffix = $portVersion
|
||||
cmd:wpg2raw$secondaryArchSuffix
|
||||
cmd:wpg2svg$secondaryArchSuffix
|
||||
cmd:wpg2svgbatch.pl$secondaryArchSuffix
|
||||
lib:libwpg_0.2$secondaryArchSuffix = 2.0.2 compat >= 2
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libwpd_0.9$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpg_0.2$secondaryArchSuffix = 2.0.2 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
$portName$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libwpd_0.9$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
pkgconfig$secondaryArchSuffix >= 0.27
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libwpg-0.2
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
SUMMARY="The free WPG library and converter"
|
||||
DESCRIPTION="
|
||||
libwpg project is a collection of library and tools to work with graphics in \
|
||||
WPG (WordPerfect Graphics) format."
|
||||
DESCRIPTION="libwpg project is a collection of library and tools to work with \
|
||||
graphics in WPG (WordPerfect Graphics) format."
|
||||
HOMEPAGE="http://libwpg.sourceforge.net"
|
||||
COPYRIGHT="Marc Oude Kotte
|
||||
Marc Maurer
|
||||
@@ -11,7 +10,7 @@ LICENSE="MPL v2.0
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpg/libwpg-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="34312dcc4c7b5eced057f1217ec14b1e90502b31fd9963754dd40dacc448e696"
|
||||
CHECKSUM_SHA256="b8e20d0aef634668c22791fc17369d9b9e15eb4fc400a8e06810870f57e88278"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -21,7 +20,7 @@ PROVIDES="
|
||||
cmd:wpg2raw$secondaryArchSuffix
|
||||
cmd:wpg2svg$secondaryArchSuffix
|
||||
cmd:wpg2svgbatch.pl$secondaryArchSuffix
|
||||
lib:libwpg_0.3$secondaryArchSuffix = 3.0.2 compat >= 3
|
||||
lib:libwpg_0.3$secondaryArchSuffix = 3.0.3 compat >= 3
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -35,7 +34,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpg_0.3$secondaryArchSuffix = 3.0.2 compat >= 3
|
||||
devel:libwpg_0.3$secondaryArchSuffix = 3.0.3 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwpg$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user