wok-stable diff perl-tk/receipt @ rev 2457
pango, parted, partimage, pciutils, pcmanfm, pcre-dev; perl*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 14 07:53:36 2009 +0000 (2009-03-14) |
parents | e8fa5f0b1fb0 |
children | 4482e0fab13a |
line diff
1.1 --- a/perl-tk/receipt Sun Oct 12 23:16:22 2008 +0200 1.2 +++ b/perl-tk/receipt Sat Mar 14 07:53:36 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="perl-tk librairie" 1.6 MAINTAINER="sygne@ombres.eu" 1.7 -DEPENDS="perl fontconfig" 1.8 +DEPENDS="perl fontconfig jpeg xorg-libX11 xorg-libXau xorg-libXdmcp zlib" 1.9 SOURCE="Tk" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.perltk.org/" 1.12 @@ -16,8 +16,8 @@ 1.13 { 1.14 cd $src 1.15 1.16 - ./configure 1.17 - perl Makefile.PL 1.18 + ./configure && 1.19 + perl Makefile.PL && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22