diff options
Diffstat (limited to 'ham/linlogbook/linlogbook.SlackBuild')
-rw-r--r-- | ham/linlogbook/linlogbook.SlackBuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ham/linlogbook/linlogbook.SlackBuild b/ham/linlogbook/linlogbook.SlackBuild index 973c5d38cb..5fe56633b0 100644 --- a/ham/linlogbook/linlogbook.SlackBuild +++ b/ham/linlogbook/linlogbook.SlackBuild @@ -22,7 +22,7 @@ PRGNAM=linlogbook VERSION=${VERSION:-0.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -74,6 +74,12 @@ make mkdir -p $PKG/usr/bin install -m 755 bin/linlogbook $PKG/usr/bin/ +mkdir -p $PKG/usr/share/pixmaps +install -m 644 images/linlogbook.png $PKG/usr/share/pixmaps + +mkdir -p $PKG/usr/share/applications +install -m 644 $CWD/linlogbook.desktop $PKG/usr/share/applications + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true @@ -86,6 +92,7 @@ find $PKG/usr/doc -type f -exec chmod 644 {} \; mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG${PKGTYPE:-.tgz} |