wok view perl-tk/receipt @ rev 3803

Add: icedtea6 (1.5)
author Matthew Sheets <rcx@zoominternet.net>
date Tue Aug 04 16:34:27 2009 +0000 (2009-08-04)
parents 4482e0fab13a
children 9f96d6c3e8db
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-tk"
4 VERSION="804.028"
5 CATEGORY="development"
6 SHORT_DESC="perl-tk librairie"
7 MAINTAINER="sygne@ombres.eu"
8 DEPENDS="perl fontconfig jpeg xorg-libX11 xorg-libXau xorg-libXdmcp zlib libpng"
9 SOURCE="Tk"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.perltk.org/"
12 WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 perl Makefile.PL &&
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $_pkg/usr $fs/
27 strip -s $fs/usr/bin/*
28 }