# HG changeset patch # User Eric Joseph-Alexandre # Date 1305714956 -7200 # Node ID 35795f86afd39d3c1ac7d523d3b93d373f30bc29 # Parent 4d40b2bc1125d6c78807a00e34283232191b3997 jed: fix bdeps diff -r 4d40b2bc1125 -r 35795f86afd3 jed/receipt --- a/jed/receipt Wed May 18 12:26:52 2011 +0200 +++ b/jed/receipt Wed May 18 12:35:56 2011 +0200 @@ -1,25 +1,26 @@ # SliTaz package receipt. PACKAGE="jed" -VERSION="0.99-18" +VERSION="0.99-19" CATEGORY="development" SHORT_DESC="JED text editor" MAINTAINER="b1+slitaz@nagel.org" -DEPENDS="slang" -BUILD_DEPENDS="slang-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.jedsoft.org/jed/" WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/$TARBALL ftp://space.mit.edu/pub/davis/jed/v0.99/$TARBALL" TAGS="text-editor" +DEPENDS="slang" +BUILD_DEPENDS="slang-dev" + # Rules to configure and make the package. compile_rules() { cd $src JED_ROOT=/usr/share/jed ./configure --prefix=/usr $CONFIGURE_ARGS make && \ - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.