summaryrefslogtreecommitdiffstats
path: root/academic/gp2fasta/gp2fasta.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/gp2fasta/gp2fasta.SlackBuild')
-rw-r--r--academic/gp2fasta/gp2fasta.SlackBuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/academic/gp2fasta/gp2fasta.SlackBuild b/academic/gp2fasta/gp2fasta.SlackBuild
index 971f9861b7..e828347cb8 100644
--- a/academic/gp2fasta/gp2fasta.SlackBuild
+++ b/academic/gp2fasta/gp2fasta.SlackBuild
@@ -1,21 +1,21 @@
#!/bin/sh
# Slackware build script for gp2fasta
-# Written by Petar Petrov, <ppetrov@paju.oulu.fi> and
+# Written by Petar Petrov, <ppetrov@paju.oulu.fi> and
# hereby submitted to the public domain
-# The icon used by the gp2fasta.desktop file is taken from
-# http://kde-look.org/content/show.php/Fasta+icons?content=54012
+# The icon used by the gp2fasta.desktop file is taken from
+# http://kde-look.org/content/show.php/Fasta+icons?content=54012
# Author is Luis-Miguel Rodriguez. Thank you!
-# THIS SLACKBUILD IS DISTRIBUTETD IN THE HOPE OF BEING
-# USEFUL BUT WITHOUT ANY WARRANTY. THE AUTHOR IS _NOT_
+# THIS SLACKBUILD IS DISTRIBUTETD IN THE HOPE OF BEING
+# USEFUL BUT WITHOUT ANY WARRANTY. THE AUTHOR IS _NOT_
# RESPONSIBLE FOR ANY DAMAGE OR DATA LOSS CAUSED BY IT.
-PRGNAM=gp2fasta
+PRGNAM=gp2fasta
VERSION=${VERSION:-0.2}
BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
+TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -86,7 +86,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Menu item and icon
mkdir -p $PKG/usr/share/{applications,pixmaps}
cp $CWD/$PRGNAM.desktop $PKG/usr/share/applications/
-cp $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/
+cp $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc