From c5834a0a5b8615a487f91d563d7bb9dee5b4bb49 Mon Sep 17 00:00:00 2001 From: luis Date: Thu, 21 Jun 2007 16:44:04 +0000 Subject: generic.SlackBuild v0.8.4 & updated: gnupg2, gtkwave, iverilog, microcode_ctl git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1266 370017ae-e619-0410-ac65-c121f96126d4 --- app/crypt/pgpdump/pgpdump.SlackBuild | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'app/crypt/pgpdump') diff --git a/app/crypt/pgpdump/pgpdump.SlackBuild b/app/crypt/pgpdump/pgpdump.SlackBuild index 1a64e530..42fca565 100755 --- a/app/crypt/pgpdump/pgpdump.SlackBuild +++ b/app/crypt/pgpdump/pgpdump.SlackBuild @@ -1,16 +1,19 @@ #!/bin/bash # -# pgpdump.SlackBuild is free software; you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or any later version. +# pgpdump.SlackBuild is free software; you can redistribute +# it and/or # modify it under the terms of the GNU General Public +# License as published by # the Free Software Foundation; either +# version 2 of the License, or any later version. # -# pgpdump.SlackBuild is distributed in the hope that it will be useful, but WITHOUT ANY -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# pgpdump.SlackBuild is distributed in the hope that it +# will be useful, # but WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +# MA 02111-1307, USA # # SlackBuild for pgpdump # http://pgp.iijlab.net/pgpdump.html @@ -84,7 +87,7 @@ tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TA cd "$PKG_SRC" # Configure -CFLAGS="$SLKCFLAGS" ./configure "$CONF_OPTIONS" || exit $ERROR_CONF +CFLAGS="$SLKCFLAGS" ./configure $CONF_OPTIONS || exit $ERROR_CONF # Compile make "$NUMJOBS" || exit $ERROR_MAKE -- cgit v1.2.3