diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-04-01 23:42:58 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-03 09:34:01 -0500 |
commit | fa47ca4e68e1e933028ce8ccccbf0e1346f84b50 (patch) | |
tree | 4bc82a0be992b8aa0a67519fdec9805bd62ca9cc /office/gnokii/gnokii.SlackBuild | |
parent | 39ffc89b3227890e49a8e62811bdafab72f3fd7c (diff) |
office/gnokii: Fixed download link and added pcsc-lite 1.6.x patch.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/gnokii/gnokii.SlackBuild')
-rw-r--r-- | office/gnokii/gnokii.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/office/gnokii/gnokii.SlackBuild b/office/gnokii/gnokii.SlackBuild index 6894d81cccf0..ad072832318d 100644 --- a/office/gnokii/gnokii.SlackBuild +++ b/office/gnokii/gnokii.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=gnokii VERSION=${VERSION:-0.6.29} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -75,6 +75,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=3dac96714fba1f06445c15e34af3a0c3ad7eb1ce +patch -p1 < $CWD/gnokii-0.6.29-pcsc.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |