wok-current diff mp/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents bae029d27902
children 2bcf0c62df40
line diff
     1.1 --- a/mp/receipt	Thu May 28 21:30:39 2009 +0200
     1.2 +++ b/mp/receipt	Fri Oct 22 22:36:22 2010 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mp"
     1.7 -VERSION="5.1.2"
     1.8 +VERSION="5.1.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A text editor for programmers"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12 -DEPENDS=""
    1.13 +DEPENDS="gtk+"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://triptico.com/software/mp.html"
    1.16  WGET_URL="http://triptico.com/download/$TARBALL"
    1.17 @@ -15,10 +15,11 @@
    1.18  {
    1.19  	cd $src
    1.20  	mkdir -p $PWD/_pkg/usr/bin
    1.21 -	./config.sh --prefix=/usr --infodir=/usr/share/info \
    1.22 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.23 -	make
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	./config.sh \
    1.26 +		--prefix=/usr \
    1.27 +		--without-qt4 \
    1.28 +		$CONFIGURE_ARGS
    1.29 +	make && make DESTDIR=$PWD/_pkg install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 @@ -27,6 +28,4 @@
    1.34  	mkdir -p $fs/usr/share
    1.35  	cp -a $_pkg/usr/bin $fs/usr
    1.36  	cp -a $_pkg/usr/share/mp-5 $fs/usr/share
    1.37 -	strip -s $fs/usr/bin/*
    1.38  }
    1.39 -