Search Criteria
Package Details: fig2eps 1.7-2
Git Clone URL: | https://aur.archlinux.org/fig2eps.git (read-only, click to copy) |
---|---|
Package Base: | fig2eps |
Description: | A tool to convert Xfig figures to EPS with embedded LaTeX commands |
Upstream URL: | http://www.courville.org/mediawiki/index.php/Fig2eps |
Licenses: | |
Submitter: | Schnouki |
Maintainer: | Schnouki |
Last Packager: | Schnouki |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2010-03-23 14:46 |
Last Updated: | 2015-06-11 12:58 |
Latest Comments
Schnouki commented on 2015-02-17 15:51
You're right, thanks!
noonien commented on 2015-02-17 11:35
Hi,
Makepkg does now require a package() function, it works if you just replace build() by package().
package() {
install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
}