mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
fontsproto, bump revision after util-macros changes
This commit is contained in:
@@ -6,9 +6,9 @@ HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
|
||||
COPYRIGHT="1990, 1991 Network Computing Devices;
|
||||
1987 Digital Equipment Corporation"
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="72c44e63044b2b66f6fa112921621ecc20c71193982de4f198d9a29cda385c5e"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://www.x.org/releases/individual/proto/fontsproto-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="259046b0dd9130825c4a4c479ba3591d6d0f17a33f54e294b56478729a6e5ab8"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -23,22 +23,26 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:util_macros
|
||||
devel:xorg_sgml_doctools
|
||||
docbook_xml_dtd
|
||||
docbook_xsl_stylesheets
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
devel:util_macros$secondaryArchSuffix
|
||||
cmd:autoconf
|
||||
cmd:libtool
|
||||
cmd:aclocal
|
||||
cmd:make
|
||||
cmd:autoconf
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtool$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:xmlto
|
||||
cmd:xsltproc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
}
|
||||
|
||||
@@ -46,4 +50,5 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
fixPkgconfig
|
||||
rmdir $libDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user