mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
xml_parser: rename to lowercase
This commit is contained in:
25
dev-perl/xml_parser/xml_parser-2.36.recipe
Normal file
25
dev-perl/xml_parser/xml_parser-2.36.recipe
Normal file
@@ -0,0 +1,25 @@
|
||||
#dev-perl/XML-Parser
|
||||
DESCRIPTION="XML-Parser - A perl module for parsing XML documents"
|
||||
HOMEPAGE="http://search.cpan.org/~msergeant/XML-Parser-2.36/"
|
||||
SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-2.36.tar.gz"
|
||||
REVISION="1"
|
||||
# only tested on gcc4
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="1b868962b658bd87e1563ecd56498ded"
|
||||
|
||||
# TODO: Remove hardcoded paths. The following shows how to get the the file path:
|
||||
#find /boot/common/lib/perl5 -type f -name unixish.h | grep -FzZ BePC-haiku/CORE/unixish.h
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd XML-Parser-2.36
|
||||
perl Makefile.PL
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd XML-Parser-2.36
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
}
|
||||
Reference in New Issue
Block a user