mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
xml_parser: add recipe for version 2.44.
* depends on vendor_perl.
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="XML-Parser - A perl module for parsing XML documents."
|
||||
HOMEPAGE="http://search.cpan.org/~msergeant/XML-Parser-2.36/"
|
||||
COPYRIGHT="1998-2000 Larry Wall and Clark Cooper"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-2.36.tar.gz"
|
||||
CHECKSUM_SHA256="9fd529867402456bd826fe0e5588d35b3a2e27e586a2fd838d1352b71c2ed73f"
|
||||
SOURCE_DIR="XML-Parser-2.36"
|
||||
@@ -16,7 +16,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libexpat
|
||||
perl
|
||||
vendor_perl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -35,6 +35,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
perl Makefile.PL PREFIX=$prefix
|
||||
sed -i 's/-fstack-protector//g' Expat/Makefile
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user