audio/jokosher: New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-06-21 08:30:23 +07:00 committed by Willy Sudiarto Raharjo
parent d2af1b484f
commit 0642c4778d
2 changed files with 8 additions and 6 deletions

View file

@ -2,6 +2,8 @@
# Slackware build script for jokosher # Slackware build script for jokosher
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
# Copyright 2010 Binh Nguyen <binhvng@gmail.com> # Copyright 2010 Binh Nguyen <binhvng@gmail.com>
# All rights reserved. # All rights reserved.
# #
@ -50,10 +52,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-exec chmod 755 {} \; -o \ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py build python setup.py build
python setup.py install --skip-build --root=$PKG python setup.py install --skip-build --root=$PKG

View file

@ -6,5 +6,5 @@ MD5SUM="941b1fac0a93e2963afc192545caf320"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="pysetuptools gnonlin gst-python pyxdg" REQUIRES="pysetuptools gnonlin gst-python pyxdg"
MAINTAINER="Binh Nguyen" MAINTAINER="Ryan P.C. McQuen"
EMAIL="binhvng@gmail.com" EMAIL="ryan.q@linux.com"