mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/mdf2iso: Update SOURCE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cdc86becc2
commit
71531486aa
3 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mdf2iso
|
||||
|
||||
# Copyright 2016 Hunter Sezen California, USA
|
||||
# Copyright 2016, 2018 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -54,7 +54,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -77,10 +77,11 @@ CFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
install -Dm0644 $CWD/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1
|
||||
|
||||
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
|
||||
|
||||
install -Dm0644 $CWD/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1
|
||||
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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PRGNAM="mdf2iso"
|
||||
VERSION="0.3.1"
|
||||
HOMEPAGE="https://anonscm.debian.org/cgit/collab-maint/mdf2iso.git/"
|
||||
HOMEPAGE="https://packages.debian.org/source/sid/mdf2iso"
|
||||
DOWNLOAD="http://http.debian.net/debian/pool/main/m/mdf2iso/mdf2iso_0.3.1.orig.tar.gz"
|
||||
MD5SUM="71520530311fd62c14a44e5a55f485a8"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
|
@ -10,7 +10,7 @@ mdf2iso: mdf2iso (mdf to iso/cue/toc images converter)
|
|||
mdf2iso:
|
||||
mdf2iso: A simple utility to convert mdf to iso / cue / toc images.
|
||||
mdf2iso:
|
||||
mdf2iso: Homepage: https://anonscm.debian.org/cgit/collab-maint/mdf2iso.git/
|
||||
mdf2iso: Homepage: https://packages.debian.org/source/sid/mdf2iso
|
||||
mdf2iso:
|
||||
mdf2iso:
|
||||
mdf2iso:
|
||||
|
|
Loading…
Reference in a new issue