summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-10-13 09:22:53 +0000
committer Eric Hameleers <alien@slackware.com>2010-10-13 09:22:53 +0000
commitceb596e63556bbc9aaf1c2166bf30d1fef0619b7 (patch)
treee6169962c37d98e3593093b379669700eaadb7d4 /libreoffice
parent90408afe5238c20ff4b87a3f17054e8171867045 (diff)
downloadasb-ceb596e63556bbc9aaf1c2166bf30d1fef0619b7.tar.gz
asb-ceb596e63556bbc9aaf1c2166bf30d1fef0619b7.tar.xz
No more slack-required
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/libreoffice36.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/libreoffice/build/libreoffice36.SlackBuild b/libreoffice/build/libreoffice36.SlackBuild
index 8a2a91bc..ba683172 100755
--- a/libreoffice/build/libreoffice36.SlackBuild
+++ b/libreoffice/build/libreoffice36.SlackBuild
@@ -28,8 +28,8 @@
# For: libreoffice
# Descr: free office suite
# URL: http://www.documentfoundation.org/
-# Needs: xulrunner
-# Build-time: apache-ant,perl-Archive-Zip
+# Needs:
+# Build-time: apache-ant,perl-Archive-Zip,xulrunner
# Changelog:
# 20101010-1: 10/oct/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build from git. I will refine this SlackBuild, once a
@@ -37,6 +37,8 @@
# 20101012-1: 12/oct/2010 by Eric Hameleers <alien@slackware.com>
# * Add the internal version number to the package name,
# so that the package version will be like "3.2.99.2_20101012".
+# Remove the slack-required file, since this package has no
+# run-time dependencies any more.
#
# Run 'sh libreoffice.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -306,7 +308,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
# Add a package description:
mkdir -p $PKG/install
cat $SRCDIR/slack-desc > $PKG/install/slack-desc
-cat $SRCDIR/slack-required > $PKG/install/slack-required
+#cat $SRCDIR/slack-required > $PKG/install/slack-required
# Build the package:
cd $PKG
@@ -315,7 +317,7 @@ cd $OUTPUT
md5sum ${PRGNAM}-${LOVER}_${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-txz} > ${PRGNAM}-${LOVER}_${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-txz}.md5
cd -
cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $OUTPUT/${PRGNAM}-${LOVER}_${VERSION}-${ARCH}-${BUILD}${TAG}.txt
-cat $PKG/install/slack-required > $OUTPUT/${PRGNAM}-${LOVER}_${VERSION}-${ARCH}-${BUILD}${TAG}.dep
+#cat $PKG/install/slack-required > $OUTPUT/${PRGNAM}-${LOVER}_${VERSION}-${ARCH}-${BUILD}${TAG}.dep
# Restore the original umask:
umask ${_UMASK_}