wok rev 9949

jed: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 12:35:56 2011 +0200 (2011-05-18)
parents 4d40b2bc1125
children 619b5a7a7712
files jed/receipt
line diff
     1.1 --- a/jed/receipt	Wed May 18 12:26:52 2011 +0200
     1.2 +++ b/jed/receipt	Wed May 18 12:35:56 2011 +0200
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="jed"
     1.7 -VERSION="0.99-18"
     1.8 +VERSION="0.99-19"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="JED text editor"
    1.11  MAINTAINER="b1+slitaz@nagel.org"
    1.12 -DEPENDS="slang"
    1.13 -BUILD_DEPENDS="slang-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.jedsoft.org/jed/"
    1.16  WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/$TARBALL
    1.17   ftp://space.mit.edu/pub/davis/jed/v0.99/$TARBALL"
    1.18  TAGS="text-editor" 
    1.19  
    1.20 +DEPENDS="slang"
    1.21 +BUILD_DEPENDS="slang-dev"
    1.22 +
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26  	cd $src
    1.27  	JED_ROOT=/usr/share/jed ./configure --prefix=/usr $CONFIGURE_ARGS
    1.28  	make && \
    1.29 -	make DESTDIR=$PWD/_pkg install
    1.30 +	make DESTDIR=$DESTDIR install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.