wok-undigest view latex/receipt @ rev 629

Up busybox (1.19.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 04 21:33:21 2012 +0100 (2012-02-04)
parents
children 3d838b201a8a
line source
1 # SliTaz package receipt.
3 PACKAGE="latex"
4 SOURCE="texlive"
5 VERSION="20110705"
6 CATEGORY="office"
7 SHORT_DESC="LaTeX is a high-quality typesetting system."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 TARBALL="$SOURCE-$VERSION-source.tar.xz"
10 WEB_SITE="http://www.latex-project.org/"
11 WGET_URL="ftp://tug.org/historic/systems/texlive/${VERSION:0:4}/$TARBALL"
13 DEPENDS="fontconfig xorg gcc-lib-base ncurses"
14 BUILD_DEPENDS="clisp libffcall fontconfig-dev xorg-dev ncurses-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mv $SOURCE-$VERSION-source $src 2> /dev/null
20 cd $src
21 ./configure --prefix=/usr --mandir=/usr/share/man \
22 --localstatedir=/var \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $_pkg/usr $fs
32 }