From 2cd81aedce1f3e0cf3a1c597e2420110a5a7894a Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 27 Nov 2008 16:05:54 +0000 Subject: packages now shipping with slack-required git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1980 370017ae-e619-0410-ac65-c121f96126d4 --- www/apps/trac/Trac.SlackBuild | 8 +++++++- www/apps/tracaccountmanager/TracAccountManager.SlackBuild | 8 +++++++- www/apps/tracpageauthzeditor/TracPageAuthzEditor.SlackBuild | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/apps/trac/Trac.SlackBuild b/www/apps/trac/Trac.SlackBuild index af9c2278..d4958f44 100755 --- a/www/apps/trac/Trac.SlackBuild +++ b/www/apps/trac/Trac.SlackBuild @@ -126,11 +126,17 @@ Trac: Trac: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/www/apps/tracaccountmanager/TracAccountManager.SlackBuild b/www/apps/tracaccountmanager/TracAccountManager.SlackBuild index 910d5516..ff7b8c00 100755 --- a/www/apps/tracaccountmanager/TracAccountManager.SlackBuild +++ b/www/apps/tracaccountmanager/TracAccountManager.SlackBuild @@ -140,11 +140,17 @@ TracAccountManager: TracAccountManager: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/www/apps/tracpageauthzeditor/TracPageAuthzEditor.SlackBuild b/www/apps/tracpageauthzeditor/TracPageAuthzEditor.SlackBuild index 43cbafb4..5ab307a6 100755 --- a/www/apps/tracpageauthzeditor/TracPageAuthzEditor.SlackBuild +++ b/www/apps/tracpageauthzeditor/TracPageAuthzEditor.SlackBuild @@ -140,11 +140,17 @@ TracPageAuthzEditor: TracPageAuthzEditor: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi -- cgit v1.2.3