contrib/tex-memoir/Pkgfile

26 lines
742 B
Plaintext
Raw Normal View History

2006-11-13 21:12:21 +01:00
# Description: flexible class for LaTeX typesetting fiction, etc. as books.
# URL: http://www.ctan.org/tex-archive/macros/latex/contrib/memoir/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: tetex
name=tex-memoir
version=1.0
release=1
source="ftp://ftp.tex.ac.uk/tex-archive/macros/latex/contrib/memoir.tar.gz"
build()
{
2006-11-18 17:14:22 +01:00
cd memoir
2006-11-13 21:12:21 +01:00
latex memoir.ins
latex memoir.dtx
install -d $PKG/usr/share/texmf/tex/generic/$name/
2006-11-18 17:14:22 +01:00
install -m 644 \
2006-11-13 21:12:21 +01:00
memoir.cls \
mem*.clo \
mem*.sty $PKG/usr/share/texmf/tex/generic/$name/
install -d $PKG/usr/share/$name/
install -m 644 *.tex $PKG/usr/share/$name/
}