diff options
author | JK Wood <joshuakwood[at]gmail.com> | 2013-06-27 07:42:47 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-29 16:11:05 -0300 |
commit | 6ed7820369f954446d5c95c1aaff541c9346d44f (patch) | |
tree | e16409a0041d5373f3cb07ee33c31b6aaad94bdd /games/PyLotRO/PyLotRO.SlackBuild | |
parent | 39484c4cfefbb7691003143aca30a1fd9063315f (diff) | |
download | slackbuilds-6ed7820369f954446d5c95c1aaff541c9346d44f.tar.gz |
games/PyLotRO: Build bump.
Added a patch to allow connection to the LOTRO servers without
modifying the system Python install.
Added doinst.sh.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/PyLotRO/PyLotRO.SlackBuild')
-rw-r--r-- | games/PyLotRO/PyLotRO.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/PyLotRO/PyLotRO.SlackBuild b/games/PyLotRO/PyLotRO.SlackBuild index 85db53c15f..fd9e86c26f 100644 --- a/games/PyLotRO/PyLotRO.SlackBuild +++ b/games/PyLotRO/PyLotRO.SlackBuild @@ -22,8 +22,8 @@ PRGNAM=PyLotRO -VERSION=${VERSION:-0.1.15} -BUILD=${BUILD:-1} +VERSION=${VERSION:-0.1.15} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -50,6 +50,9 @@ rm -rf $PRGNAM-$VERSION unzip $CWD/$PRGNAM-$VERSION.zip mv $PRGNAM $PRGNAM-$VERSION cd $PRGNAM-$VERSION + +patch -p0 < $CWD/HTTPSConnectionFix.patch + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -69,6 +72,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild 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} |