wok diff mousepad/receipt @ rev 8585

Fix: speex need -j 1 to install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 03:35:04 2011 +0100 (2011-02-14)
parents faf21c50d61f
children 56a6eb54a87c
line diff
     1.1 --- a/mousepad/receipt	Mon Mar 16 22:22:42 2009 +0000
     1.2 +++ b/mousepad/receipt	Mon Feb 14 03:35:04 2011 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mousepad"
     1.7 -VERSION="0.2.14"
     1.8 +VERSION="0.2.16"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce Text Editor"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="libxfcegui4 libxfce4util startup-notification xorg-libXdamage"
    1.13 -BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev"
    1.14 +BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev intltool"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.xfce.org/"
    1.17 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
    1.18 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()