summaryrefslogtreecommitdiffstats
path: root/academic/archeopteryx/archeopteryx.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/archeopteryx/archeopteryx.SlackBuild')
-rw-r--r--academic/archeopteryx/archeopteryx.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/academic/archeopteryx/archeopteryx.SlackBuild b/academic/archeopteryx/archeopteryx.SlackBuild
index bc74f234cd..c7041a1f24 100644
--- a/academic/archeopteryx/archeopteryx.SlackBuild
+++ b/academic/archeopteryx/archeopteryx.SlackBuild
@@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=archeopteryx
-VERSION=${VERSION:-0.9901_beta}
+VERSION=${VERSION:-0.9917_beta}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=forester
-SRCVER=1038
+SRCVER=1044
ARCH=noarch
CWD=$(pwd)
@@ -47,6 +47,10 @@ install -D -m755 $CWD/${SRCNAM}_${SRCVER}.jar $PKG/usr/bin/$PRGNAM.jar
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+# Include the example configuration file in the package. Copy it in your $HOME.
+mkdir -p $PKG/usr/share/$PRGNAM
+cp $CWD/_aptx_configuration_file.txt $PKG/usr/share/$PRGNAM
+
# I did not find an icon, so I quickly modified some picture of an archeopteryx...
mkdir -p $PKG/usr/share/{applications,pixmaps}
cp $CWD/$PRGNAM.desktop $PKG/usr/share/applications