mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-xml-libxml-common: Included in perl-xml-libxml >= 1.70
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
39ec7da5a2
commit
403594f825
4 changed files with 0 additions and 96 deletions
|
@ -1,3 +0,0 @@
|
|||
XML::LibXML::Common
|
||||
|
||||
Routines and Constants common for XML::LibXML and XML::GDOME
|
|
@ -1,64 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for perl-xml-namespacesupport
|
||||
|
||||
# Written by Murat D. Kadirov <banderols@gmail.com>
|
||||
# Modified by SlackBuils.org
|
||||
|
||||
PRGNAM=perl-xml-libxml-common
|
||||
SRCNAM=XML-LibXML-Common
|
||||
VERSION=0.13
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
DOCS="Changes README LICENSE"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP || exit 1
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar -xzvf $CWD/$SRCNAM-$VERSION.tar.gz || exit 1
|
||||
cd $SRCNAM-$VERSION || exit 1
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
perl Makefile.PL || exit 1
|
||||
make || exit 1
|
||||
make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr && rm -rf $PKG/usr/share
|
||||
gzip -9 $PKG/usr/man/man3/* 2> /dev/null
|
||||
|
||||
# Remove perlocal.pod and .packlist from $PKG
|
||||
( cd $PKG
|
||||
find . -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
|
||||
)
|
||||
|
||||
# Remove empty directories
|
||||
find $PKG -depth -type d -empty -exec rm -rf {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/*
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
|
@ -1,10 +0,0 @@
|
|||
PRGNAM="perl-xml-libxml-common"
|
||||
VERSION="0.13"
|
||||
HOMEPAGE="http://search.cpan.org/~phish/XML-LibXML-Common-0.13/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PH/PHISH/XML-LibXML-Common-0.13.tar.gz"
|
||||
MD5SUM="13b6d93f53375d15fd11922216249659"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Murat D. Kadirov"
|
||||
EMAIL="banderols@gmail.com"
|
||||
APPROVED="dsomero"
|
|
@ -1,19 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------|
|
||||
perl-xml-libxml-common: XML::LibXML::Common (perl module)
|
||||
perl-xml-libxml-common:
|
||||
perl-xml-libxml-common: Routines and Constants common for XML::LibXML and
|
||||
perl-xml-libxml-common: XML::GDOME
|
||||
perl-xml-libxml-common:
|
||||
perl-xml-libxml-common:
|
||||
perl-xml-libxml-common:
|
||||
perl-xml-libxml-common:
|
||||
perl-xml-libxml-common:
|
||||
perl-xml-libxml-common:
|
||||
perl-xml-libxml-common:
|
Loading…
Reference in a new issue