mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
fontsproto: new recipe (#1179)
This commit is contained in:
49
x11-proto/fontsproto/fontsproto-2.1.3.recipe
Normal file
49
x11-proto/fontsproto/fontsproto-2.1.3.recipe
Normal file
@@ -0,0 +1,49 @@
|
||||
SUMMARY="X Fonts Extension"
|
||||
DESCRIPTION="This package provides the wire protocol for the X Font \
|
||||
rasterisation extensions. These extensions are used to control server-side \
|
||||
font configurations."
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
|
||||
COPYRIGHT="1990, 1991 Network Computing Devices;
|
||||
1987 Digital Equipment Corporation"
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="72c44e63044b2b66f6fa112921621ecc20c71193982de4f198d9a29cda385c5e"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
fontsproto$secondaryArchSuffix = $portVersion
|
||||
devel:fontsproto$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
devel:util_macros$secondaryArchSuffix
|
||||
cmd:autoconf
|
||||
cmd:libtool
|
||||
cmd:aclocal
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
runConfigure ./configure
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
fixPkgconfig
|
||||
}
|
||||
Reference in New Issue
Block a user