diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-06-07 07:45:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:39 +0700 |
commit | a82da8ced9432560d62d0d11fc101d6a516fe36d (patch) | |
tree | 60f8468b7913f94160081e45b83bb53435468c26 /system/dina-font/dina-font.SlackBuild | |
parent | e3ec49130de4af1ffccb69719ce55592d61e1557 (diff) | |
download | slackbuilds-a82da8ced9432560d62d0d11fc101d6a516fe36d.tar.gz |
system/dina-font: Updated for version 2.92 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dina-font/dina-font.SlackBuild')
-rw-r--r-- | system/dina-font/dina-font.SlackBuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/system/dina-font/dina-font.SlackBuild b/system/dina-font/dina-font.SlackBuild index a733ac5d66..d81123c69d 100644 --- a/system/dina-font/dina-font.SlackBuild +++ b/system/dina-font/dina-font.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for dina-font +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2010 Binh Nguyen <binhvng@gmail.com> # All rights reserved. # @@ -23,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dina-font -VERSION=${VERSION:-2.89} +VERSION=${VERSION:-2.92} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,14 +42,15 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf Dina-PCF -tar xvf $CWD/dina-pcf-$VERSION.tar.gz +mkdir -p $CWD/Dina-PCF +unzip $CWD/Dina.zip -d Dina-PCF/ cd Dina-PCF 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 {} \; mkdir -p $PKG/usr/share/fonts/misc cp -a * $PKG/usr/share/fonts/misc |