mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/atol: Updated for version 0.7.3
This commit is contained in:
parent
5c72e5392d
commit
1927bf1e1c
3 changed files with 12 additions and 7 deletions
|
@ -10,7 +10,7 @@ VERSION=0.7.3
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -41,10 +41,6 @@ make install DESTDIR=$PKG || exit 1
|
|||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
|
||||
# Fix the icon path in the desktop file
|
||||
sed -i 's%Icon=atol.xpm%Icon=/usr/share/icons/atol.xpm%' \
|
||||
$PKG/usr/share/applications/atol.desktop || exit 1
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a readme.txt docs/license.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/atol/atol-0.7.3_src.tar.gz"
|
|||
MD5SUM="5ae6bf03a0308abc6d69fe868240721a"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="elohim,robw810"
|
||||
APPROVED="elohim,rworkman"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
atol: atol - a dual panel file manager written using GTK+
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
atol: atol (dual panel file manager written using GTK+)
|
||||
atol:
|
||||
atol: Atol is a dual panel file manager written using GTK+ toolkit and C++
|
||||
atol: programming language. Project is free and open source (released under
|
||||
|
@ -8,3 +16,4 @@ atol: http://atol.sourceforge.net/
|
|||
atol:
|
||||
atol:
|
||||
atol:
|
||||
atol:
|
||||
|
|
Loading…
Reference in a new issue