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
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=quilt
|
||||
VERSION=${VERSION:-0.63}
|
||||
VERSION=${VERSION:-0.64}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,9 +67,9 @@ 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 \
|
||||
-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" \
|
||||
CPPFLAGS="$SLKCFLAGS" \
|
||||
|
@ -86,7 +86,7 @@ make install BUILD_ROOT=$PKG docdir=/usr/doc/$PRGNAM-$VERSION
|
|||
# Don't clobber the config file
|
||||
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
|
||||
|
||||
find $PKG/usr/man -type f -name "*.?" -exec gzip -9 {} \;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="quilt"
|
||||
VERSION="0.63"
|
||||
VERSION="0.64"
|
||||
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.63.tar.gz"
|
||||
MD5SUM="c0ef4beb58a6fa72563b955e70624b6e"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.64.tar.gz"
|
||||
MD5SUM="fc0310db5868a0873d602d4332a76d43"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue