diff --git a/multimedia/graphics/potrace/actions.py b/multimedia/graphics/potrace/actions.py
new file mode 100644
index 0000000000..61e54698d7
--- /dev/null
+++ b/multimedia/graphics/potrace/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.configure("--with-libpotrace --disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING", "README")
\ No newline at end of file
diff --git a/multimedia/graphics/potrace/pspec.xml b/multimedia/graphics/potrace/pspec.xml
new file mode 100644
index 0000000000..1f63de10d9
--- /dev/null
+++ b/multimedia/graphics/potrace/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+
+ potrace
+ http://potrace.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app
+ multimedia.graphics
+ Transforming bitmaps into vector graphics.
+
+ Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image.
+
+
+ https://sourceforge.net/projects/potrace/files/1.16/potrace-1.16.tar.gz
+
+
+ zlib-devel
+
+
+
+
+ potrace
+ Transforming bitmaps into vector graphics.
+
+ zlib
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+ /usr/bin
+ /usr/include
+
+
+
+
+
+ 2020-04-30
+ 1.16
+ Ver. bump
+ fury
+ wascheme@tuta.io
+
+
+ 2014-06-18
+ 1.11
+ Rebuild for gcc
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-11-20
+ 1.11
+ Update
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2011-08-22
+ 1.10
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/graphics/potrace/translations.xml b/multimedia/graphics/potrace/translations.xml
new file mode 100644
index 0000000000..71e440d39b
--- /dev/null
+++ b/multimedia/graphics/potrace/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ potrace
+ Bitmap dosyalarını grafik vektör formatına dönüştürür.
+ potrace komut tabanlı çalışan, bitmap resim dosyasından grafik vektör resimlerine dönüştüren bir uygulamadır
+
+
\ No newline at end of file