summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7da75de28ad2b15be9e02cb9475e03f4385a97ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=fig2eps
pkgver=1.7
pkgrel=1
pkgdesc="A tool to convert Xfig figures to EPS with embedded LaTeX commands"
arch=(any)
url="http://www.courville.org/mediawiki/index.php/Fig2eps"
license=('unknown')
depends=('psutils' 'texlive-bin')
source=("https://sites.google.com/a/courville.org/courville/fig2eps")
md5sums=('638b9b0e93cca5766626c30674ad78cd')
sha1sums=('c937fa7414b6a1f921cf70edaac132bc99015244')

build() {
  install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
}