development/quilt: Updated for version 0.48.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Andy Bailey 2010-12-13 00:00:24 -06:00 committed by Robby Workman
parent 15c8c95cf4
commit abd1a5e0ab
3 changed files with 8 additions and 13 deletions

View file

@ -10,6 +10,4 @@ config() {
fi
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/quilt.quiltrc.new

View file

@ -22,19 +22,15 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by Robby Workman <rworkman@slackbuilds.org>
PRGNAM=quilt
VERSION=0.46
VERSION=0.48
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -75,6 +71,7 @@ CPPFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--mandir=/usr/man \
--build=$ARCH-slackware-linux
make
@ -86,7 +83,7 @@ mv $PKG/etc/quilt.quiltrc $PKG/etc/quilt.quiltrc.new
find $PKG | xargs 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 "*.?" | xargs gzip -9f )
find $PKG/usr/man -type f -name "*.?" -exec gzip -9 {} \;
cp -a AUTHORS COPYING TODO quilt.changes $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="quilt"
VERSION="0.46"
VERSION="0.48"
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.46.tar.gz"
MD5SUM="4508546d1ed0257ef7c128b6121b7208"
DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.48.tar.gz"
MD5SUM="f77adda60039ffa753f3c584a286f12b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Ash Wiren"
EMAIL="ash@spooksoftware.com"
MAINTAINER="Andy Bailey"
EMAIL="bailey@akamai.com"
APPROVED="rworkman"