Search Criteria
Package Details: vlna 1.5-1
Git Clone URL: | https://aur.archlinux.org/vlna.git (read-only, click to copy) |
---|---|
Package Base: | vlna |
Description: | TeX and LaTeX utility to add the ~ by Czech typesetting conventions |
Upstream URL: | http://petr.olsak.net/ |
Licenses: | |
Conflicts: | |
Submitter: | wamba |
Maintainer: | seberm |
Last Packager: | seberm |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2006-10-06 15:26 |
Last Updated: | 2016-05-15 17:53 |
Latest Comments
stativ commented on 2012-04-09 08:00
Updated. Note vlna is already provided by texlive-bin, so you probably do not want to use this package, since it conflicts with texlive.
oskar commented on 2012-03-22 12:43
Please, update the PKGBUILD, the one posted in preceding comment works just fine, only the licence field is missing.
Anonymous comment on 2011-03-04 16:54
PKGBUILD for version 1.5, fixed missing architectures (impossible makepkg on 64bit) and updated build function
# $Id$
# Maintainer: Jan Kròávek <wamba@centrum.cz>
# Contributor: Martin Svoboda <martin.svoboda@gmail.com>
pkgname=vlna
pkgver=1.5
pkgrel=1
pkgdesc="Vlna for TeX and LaTeX."
arch=('any')
url="http://ftp.linux.cz/pub/tex/local/cstug/olsak/vlna"
depends=(tetex)
source=(ftp://ftp.linux.cz/pub/tex/local/cstug/olsak/vlna/$pkgname-$pkgver.tar.gz)
md5sums=('82f975d59692e159794cc6a717e0f75d')
build() {
cd $startdir/src/$pkgname-$pkgver/
./configure
make || return 1
make DESTDIR=$startdir/pkg install
}