Re: Proposed tazwok for TeXmacs

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Hello,

Pushed: http://hg.slitaz.org/wok/rev/432ed1a20735

Thanks,

-pascal

>   Hello,
>
> New to SliTaz but veteran of Live Systems, I would like to contribute
> the tazwok receipts I use for making
> liveUSB for my students.
>
> Here are the receipt I use and I will be glad to see incorporated to
> SliTaz.
>
> Cooked with slitaz-cooking 20101203
>
> --------- TeXmacs --------------
> # SliTaz package receipt.
>
> PACKAGE="TeXmacs"
> VERSION="1.0.7.8"
> CATEGORY="office"
> SHORT_DESC="The high quality of TeX with a wisiwyg editor"
> MAINTAINER="slitaz@xxxxxxxxx"
> DEPENDS="ghostscript gmp guile freetype TeXmacs-windows-fonts"
> # freetype and TeXmacs-windows-fonts avoid depending on TeX which is a
> *huge* system
> BUILD_DEPENDS="xorg-libX11-dev gmp-dev guile-dev freetype-dev imlib2-dev"
> TARBALL="$PACKAGE-$VERSION-src.tar.gz"
> WEB_SITE="http://www.texmacs.org";
> WGET_URL="ftp://ftp.texmacs.org/pub/$PACKAGE/targz/$TARBALL";
>
> # Rules to configure and make the package.
> compile_rules()
> {
>      cd ${src}-src
>      ./configure \
>          --with-imlib2 \
>          --prefix=/usr \
>          --infodir=/usr/share/info \
>          --mandir=/usr/share/man \
>          --libexecdir=/usr/lib \
>          $CONFIGURE_ARGS &&
>      make && make DESTDIR=$PWD/_pkg install
> }
>
> # Rules to gen a SliTaz package suitable for Tazpkg.
> genpkg_rules()
> {
>      mkdir -p $fs/usr
>      _pkg=${src}-src/_pkg/
>      cp -a ${_pkg}/usr/bin $fs/usr
>      cp -a ${_pkg}/usr/lib $fs/usr
>      cp -a ${_pkg}/usr/share $fs/usr
> }
> ----- receipt.TeXmacs-windows-fonts -----
> # SliTaz package receipt.
>
> PACKAGE="TeXmacs-windows-fonts"
> VERSION="1.0"
> CATEGORY="office"
> SHORT_DESC="Fonts for using TeXmacs without TeX"
> MAINTAINER="slitaz@xxxxxxxxx"
> DEPENDS=""
> TARBALL="$PACKAGE-$VERSION-noarch.tar.gz"
> WEB_SITE="http://www.texmacs.org";
> WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL";
> #ftp://ftp.texmacs.org/pub/TeXmacs/fonts/TeXmacs-windows-fonts-1.0-noarch.tar.gz
> # Rules to configure and make the package.
> compile_rules()
> {
>    echo "Nothing to compile"
> }
>
> # Rules to gen a SliTaz package suitable for Tazpkg.
> genpkg_rules()
> {
>      mkdir -p $fs/usr/share/TeXmacs/
>      cp -a fonts $fs/usr/share/TeXmacs
> }
>
> Ph. Lelédy
>
>
> ---
> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/
>
>



---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/