X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fhackbard%2Ffig2ps%2Ffig2ps;fp=packages%2Fhackbard%2Ffig2ps%2Ffig2ps;h=4d122d18aa3f9c183191f571ae17566c2f5a78a6;hb=4b9dcd9857e351d53b28a117bcb9e667ddc73c6a;hp=0000000000000000000000000000000000000000;hpb=b05262675ef5ddecf1cc186db07d55b5511162d6;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/hackbard/fig2ps/fig2ps b/packages/hackbard/fig2ps/fig2ps new file mode 100644 index 0000000..4d122d1 --- /dev/null +++ b/packages/hackbard/fig2ps/fig2ps @@ -0,0 +1,14 @@ +# hdw - linux fig2ps package +# +# author: hackbard@hackdaworld.org +# +# [V] 1.3.2 +# [S] 3-6 +# [D] fig2ps_1.3.2.tar.gz http://mesh.dl.sourceforge.net/sourceforge/fig2ps/ + +build_main() { + mkdir -p $root/etc/fig2ps + make DESTDIR="$root" install + ln -s fig2ps /usr/bin/fig2eps + ln -s fig2ps /usr/bin/fig2pdf + }