mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Added secondaryArchSuffix for libpaper.
This commit is contained in:
@@ -2,26 +2,34 @@ SUMMARY="Library for handling paper characteristics"
|
||||
DESCRIPTION="The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output."
|
||||
HOMEPAGE="http://packages.debian.org/unstable/source/libpaper"
|
||||
SRC_URI="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz"
|
||||
|
||||
CHECKSUM_MD5="5bc87d494ba470aba54f6d2d51471834"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1996 Yves Arrouye
|
||||
2000 Adrian Bunk"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
CHECKSUM_MD5="5bc87d494ba470aba54f6d2d51471834"
|
||||
|
||||
REQUIRES="
|
||||
lib:libroot >= $haikuVersion
|
||||
PROVIDES="
|
||||
libpaper$secondaryArchSuffix = $portVersion
|
||||
cmd:paperconf
|
||||
cmd:paperconfig
|
||||
lib:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1
|
||||
"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
@@ -29,12 +37,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
cmd:paperconf
|
||||
cmd:paperconfig
|
||||
lib:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac
|
||||
@@ -65,7 +67,8 @@ INSTALL()
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1
|
||||
libpaper${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user