summaryrefslogtreecommitdiffstats
path: root/python-slowaes
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-03-17 21:19:58 +0000
committer Eric Hameleers <alien@slackware.com>2014-03-17 21:19:58 +0000
commit8e000606c043936f0c8782e8085efc174c8c59cd (patch)
tree3bcad9715fb3b084d72718c8c395820d9bd6be2d /python-slowaes
parent27e05d5eb09646f5e6a7bf2d51c157e871994889 (diff)
downloadasb-8e000606c043936f0c8782e8085efc174c8c59cd.tar.gz
asb-8e000606c043936f0c8782e8085efc174c8c59cd.tar.xz
Add a slack-required file
Diffstat (limited to 'python-slowaes')
-rwxr-xr-xpython-slowaes/build/python-slowaes.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-slowaes/build/python-slowaes.SlackBuild b/python-slowaes/build/python-slowaes.SlackBuild
index 6751b6b1..ebe3126f 100755
--- a/python-slowaes/build/python-slowaes.SlackBuild
+++ b/python-slowaes/build/python-slowaes.SlackBuild
@@ -28,7 +28,7 @@
# For: python-slowaes
# Descr: implementation of AES in Python
# URL: http://code.google.com/p/slowaes/
-# Needs:
+# Needs: pysetuptools
# Changelog:
# 0.6.1-1: 17/mar/2014 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -158,7 +158,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
@@ -167,7 +167,7 @@ cd $OUTPUT
md5sum ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-tgz} > ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-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
+cat $PKG/install/slack-required > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.dep
# Restore the original umask:
umask ${_UMASK_}