diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-04-03 21:56:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-03 21:56:58 +0700 |
commit | 0eb008bb975bccad169331331cef80058881147b (patch) | |
tree | c4311a840f36345a8fffa76fbb3eed0c6bdb6e03 /libraries/ucl | |
parent | 5b7d255b271519df5d2c92545b4dd863f8f32961 (diff) | |
download | slackbuilds-0eb008bb975bccad169331331cef80058881147b.tar.gz |
libraries/ucl: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ucl')
-rw-r--r-- | libraries/ucl/ucl.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/ucl/ucl.info | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/libraries/ucl/ucl.SlackBuild b/libraries/ucl/ucl.SlackBuild index faa728b21c..d40564b815 100644 --- a/libraries/ucl/ucl.SlackBuild +++ b/libraries/ucl/ucl.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for ucl +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2010 Binh Nguyen <binhvng@gmail.com> # All rights reserved. # @@ -64,10 +66,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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -85,7 +87,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/libraries/ucl/ucl.info b/libraries/ucl/ucl.info index 9b621a469d..e928461ed7 100644 --- a/libraries/ucl/ucl.info +++ b/libraries/ucl/ucl.info @@ -6,5 +6,5 @@ MD5SUM="852bd691d8abc75b52053465846fba34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Binh Nguyen" -EMAIL="binhvng@gmail.com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" |