diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2016-11-26 21:01:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-03 07:17:45 +0700 |
commit | 3a448854ee2209c5201b25f027ebf938f1733289 (patch) | |
tree | 539f9dc069ea30ec73bbde550aee376dc794e435 /academic/archeopteryx/archeopteryx.SlackBuild | |
parent | bcc8330bee198dfe227568360726f3c402223732 (diff) |
academic/archeopteryx: Updated for version 0.9917_beta.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/archeopteryx/archeopteryx.SlackBuild')
-rw-r--r-- | academic/archeopteryx/archeopteryx.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/academic/archeopteryx/archeopteryx.SlackBuild b/academic/archeopteryx/archeopteryx.SlackBuild index bc74f234cd1da..c7041a1f24539 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 |