summaryrefslogtreecommitdiffstats
path: root/extra/pstoedit/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-17 16:46:33 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-17 16:46:33 +0100
commit2aed1c479a91e686062dcc9c7773852570556961 (patch)
treedc52adc8d27fa097de83615576cdb20f6787e89b /extra/pstoedit/Pkgfile
parent7ccf65c666fa72c8bb5ff2735c25bc9a89cb11bd (diff)
downloadnutyx-pakxe-2aed1c479a91e686062dcc9c7773852570556961.tar.gz
nutyx-pakxe-2aed1c479a91e686062dcc9c7773852570556961.tar.bz2
nutyx-pakxe-2aed1c479a91e686062dcc9c7773852570556961.tar.xz
nutyx-pakxe-2aed1c479a91e686062dcc9c7773852570556961.zip
Ajout de pstoedit#3.50-1
Diffstat (limited to 'extra/pstoedit/Pkgfile')
-rwxr-xr-xextra/pstoedit/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/pstoedit/Pkgfile b/extra/pstoedit/Pkgfile
new file mode 100755
index 000000000..250e321be
--- /dev/null
+++ b/extra/pstoedit/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Permet la convertion des fichiers postscript et pdg en d'autres formats vectorielles
+# URL: http://www.pstoedit.net/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: ghoscript
+
+name=pstoedit
+version=3.50
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ sed -i 's/-pedantic//' configure
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+