mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/quilt: Updated for version 0.64.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
003d2576e8
commit
dee20f5e5c
2 changed files with 7 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=quilt
|
PRGNAM=quilt
|
||||||
VERSION=${VERSION:-0.63}
|
VERSION=${VERSION:-0.64}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ make install BUILD_ROOT=$PKG docdir=/usr/doc/$PRGNAM-$VERSION
|
||||||
# Don't clobber the config file
|
# Don't clobber the config file
|
||||||
mv $PKG/etc/quilt.quiltrc $PKG/etc/quilt.quiltrc.new
|
mv $PKG/etc/quilt.quiltrc $PKG/etc/quilt.quiltrc.new
|
||||||
|
|
||||||
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
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
find $PKG/usr/man -type f -name "*.?" -exec gzip -9 {} \;
|
find $PKG/usr/man -type f -name "*.?" -exec gzip -9 {} \;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="quilt"
|
PRGNAM="quilt"
|
||||||
VERSION="0.63"
|
VERSION="0.64"
|
||||||
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
|
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
|
||||||
DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.63.tar.gz"
|
DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.64.tar.gz"
|
||||||
MD5SUM="c0ef4beb58a6fa72563b955e70624b6e"
|
MD5SUM="fc0310db5868a0873d602d4332a76d43"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue