wok-6.x diff jed/receipt @ rev 10505
gource: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 14:56:46 2011 +0200 (2011-05-25) |
parents | 02bbaa9d12ba |
children | 250e45d813dc |
line diff
1.1 --- a/jed/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/jed/receipt Wed May 25 14:56:46 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.