diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-06-05 06:08:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-05 06:08:44 +0700 |
commit | 0ec9dc94e15db2d030b0b4c727d8c6d07ad08fd0 (patch) | |
tree | 2e20e8e5e3a51165283a4fece171abffb33ff71d /multimedia/ripit | |
parent | 53660e5316da76756f67e06c333789bce403a707 (diff) | |
download | slackbuilds-0ec9dc94e15db2d030b0b4c727d8c6d07ad08fd0.tar.gz |
multimedia/ripit: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/ripit')
-rw-r--r-- | multimedia/ripit/ripit.SlackBuild | 10 | ||||
-rw-r--r-- | multimedia/ripit/ripit.info | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/multimedia/ripit/ripit.SlackBuild b/multimedia/ripit/ripit.SlackBuild index 4820c6b161..ecc2c50e52 100644 --- a/multimedia/ripit/ripit.SlackBuild +++ b/multimedia/ripit/ripit.SlackBuild @@ -1,6 +1,8 @@ #!/bin/sh # Slackware build script for ripit +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2011 Grigorios Bouzakis <grbzks@xsmail.com> # All rights reserved. # @@ -42,10 +44,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; make INSTALL=/bin/install prefix=$PKG/usr mandir=$PKG/usr/man/man1 etcdir=$PKG/etc/ripit install diff --git a/multimedia/ripit/ripit.info b/multimedia/ripit/ripit.info index 41d3bf69d1..f5642ac4fc 100644 --- a/multimedia/ripit/ripit.info +++ b/multimedia/ripit/ripit.info @@ -6,5 +6,5 @@ MD5SUM="34210d4ee72c288be31f75340c5351d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="faac ffmpeg id3 mpc" -MAINTAINER="Grigorios Bouzakis" -EMAIL="grbzks@xsmail.com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" |