From 8e000606c043936f0c8782e8085efc174c8c59cd Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 17 Mar 2014 21:19:58 +0000 Subject: Add a slack-required file --- python-slowaes/build/python-slowaes.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-slowaes') 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 # * 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_} -- cgit v1.2.3