wok diff leafpad/receipt @ rev 1653

Add xine-plugin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 08 13:43:55 2008 +0000 (2008-11-08)
parents 0c1406e714da
children 8fe3a20abf1a
line diff
     1.1 --- a/leafpad/receipt	Wed Sep 17 23:54:36 2008 +0200
     1.2 +++ b/leafpad/receipt	Sat Nov 08 13:43:55 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="GTK simple text editor."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+"
     1.7 -BUILD_DEPENDS="gtk+-dev"
     1.8 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://tarot.freeshell.org/leafpad/"
    1.11  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
    1.12 @@ -20,9 +20,9 @@
    1.13      	--infodir=/usr/share/info \
    1.14      	--mandir=/usr/share/man \
    1.15      	--disable-print \
    1.16 -    	$CONFIGURE_ARGS
    1.17 -    make
    1.18 -    make DESTDIR=$PWD/_pkg install
    1.19 +    	$CONFIGURE_ARGS &&
    1.20 +    make &&
    1.21 +    make DESTDIR=$PWD/_pkg install &&
    1.22      # no xpm (5 ko)
    1.23      rm _pkg/usr/share/pixmaps/*.xpm
    1.24  }