wok-4.x diff TeXmacs-windows-fonts/receipt @ rev 8507
Up: tazchroot 0.0.5
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 12 02:55:23 2011 +0100 (2011-02-12) |
parents | |
children | 305507747550 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/TeXmacs-windows-fonts/receipt Sat Feb 12 02:55:23 2011 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="TeXmacs-windows-fonts" 1.7 +VERSION="1.0" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="Fonts for using TeXmacs without TeX" 1.10 +MAINTAINER="slitaz@leledy.fr" 1.11 +DEPENDS="" 1.12 +TARBALL="$PACKAGE-$VERSION-noarch.tar.gz" 1.13 +WEB_SITE="http://www.texmacs.org" 1.14 +WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + echo "Nothing to compile" 1.20 + [ -d fonts ] 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr/share/TeXmacs/ 1.27 + cp -a fonts $fs/usr/share/TeXmacs 1.28 +}