summaryrefslogtreecommitdiffstats
path: root/p7zip
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-12-15 14:48:48 +0000
committer Eric Hameleers <alien@slackware.com>2010-12-15 14:48:48 +0000
commit5275799fb9b1a8c7e64dfae64f21fed117158f44 (patch)
tree5fc39cf6178e578b5841026f17ae9118d145eee8 /p7zip
parentb621ccfb8639bff8d39da26067454f1bc9092ab9 (diff)
downloadasb-5275799fb9b1a8c7e64dfae64f21fed117158f44.tar.gz
asb-5275799fb9b1a8c7e64dfae64f21fed117158f44.tar.xz
Add a slack-required
Diffstat (limited to 'p7zip')
-rwxr-xr-xp7zip/build/p7zip.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/p7zip/build/p7zip.SlackBuild b/p7zip/build/p7zip.SlackBuild
index 4b25f1d7..2b05c901 100755
--- a/p7zip/build/p7zip.SlackBuild
+++ b/p7zip/build/p7zip.SlackBuild
@@ -229,6 +229,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" \
# Add a package description:
mkdir -p $PKG/install
cat $SRCDIR/slack-desc > $PKG/install/slack-desc
+cat $SRCDIR/slack-required > $PKG/install/slack-required
# Build the package:
cd $PKG
@@ -237,6 +238,7 @@ cd $OUTPUT
md5sum ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.tgz > ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.tgz.md5
cd -
cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.txt
+cat $PKG/install/slack-required > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.dep
# Restore the original umask:
umask ${_UMASK_}