diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-21 08:19:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-22 22:09:27 +0700 |
commit | 25e64aae12ec7d2896175a823c43e94e7980c5bf (patch) | |
tree | 92fa5106a825bdad66e38f4e7058f03829dce3c7 /system/pdfgrep | |
parent | d4d81d7c38d80d86461972ffd54364fac5c43783 (diff) | |
download | slackbuilds-25e64aae12ec7d2896175a823c43e94e7980c5bf.tar.gz |
system/pdfgrep: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pdfgrep')
-rw-r--r-- | system/pdfgrep/pdfgrep.SlackBuild | 8 | ||||
-rw-r--r-- | system/pdfgrep/pdfgrep.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/system/pdfgrep/pdfgrep.SlackBuild b/system/pdfgrep/pdfgrep.SlackBuild index 7a5b0e0758..e9dcfc0ba1 100644 --- a/system/pdfgrep/pdfgrep.SlackBuild +++ b/system/pdfgrep/pdfgrep.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pdfgrep -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -90,9 +90,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS TODO NEWS INSTALL COPYING README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS TODO NEWS INSTALL COPYING README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/pdfgrep/pdfgrep.info b/system/pdfgrep/pdfgrep.info index 0955ec34e3..fd98365417 100644 --- a/system/pdfgrep/pdfgrep.info +++ b/system/pdfgrep/pdfgrep.info @@ -1,8 +1,8 @@ PRGNAM="pdfgrep" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="http://pdfgrep.sourceforge.net/" -DOWNLOAD="http://sourceforge.net/projects/pdfgrep/files/1.3.0/pdfgrep-1.3.0.tar.gz" -MD5SUM="07d2819dd11b0f92278df11a95221833" +DOWNLOAD="http://sourceforge.net/projects/pdfgrep/files/1.3.1/pdfgrep-1.3.1.tar.gz" +MD5SUM="33e620a2ae3c873ca12424f900f674a3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |