mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/rtorrent: Updated to include doc/rtorrent.rc example.
This commit is contained in:
parent
42b0301280
commit
b54b19de0c
2 changed files with 4 additions and 3 deletions
|
@ -3,11 +3,12 @@
|
|||
# Slackware build script for rtorrent
|
||||
# Written by Brian Kysela <brian.kysela@gmail.com> 2009-11-04
|
||||
# Updated to 0.8.6 by Brian Kysela 2010-02-16
|
||||
# Updated to include rtorrent.rc 2010-04-20
|
||||
|
||||
PRGNAM=rtorrent
|
||||
VERSION=0.8.6
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -57,7 +58,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING INSTALL NEWS README TODO \
|
||||
AUTHORS COPYING INSTALL NEWS README TODO doc/rtorrent.rc \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Brian Kysela"
|
||||
EMAIL="brian.kysela@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="michiel"
|
||||
|
|
Loading…
Reference in a new issue