# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
[[PACKAGE NAME]]="perl-xml-sax"
+# Package requirements
+[[SLACK REQUIRED]]="perl-xml-namespacesupport"
+
#
# Default sections:
# head, set_variables, slkflags, start_structure, untar_source,
perl-xml-sax:
perl-xml-sax:
#<slackdesc
+
+#>configure
+# Configure
+eval $(perl '-V:sitelibexp')
+sed -i -e "s,\(-MXML::SAX\),-I${PKG}/${sitelibexp} \1," Makefile.PL
+perl Makefile.PL || exit $ERROR_CONF
+#<configure