diff --git a/talimatname/genel/libmypaint/talimat b/talimatname/genel/libmypaint/talimat new file mode 100644 index 000000000..55269278a --- /dev/null +++ b/talimatname/genel/libmypaint/talimat @@ -0,0 +1,19 @@ +# Description: hızlı ve kolay boyama uygulaması +# URL: http://mypaint.intilinux.com/ +# Packagers: milisarge +# Depends on: gobject-introspection json-c gegl intltool python + +name=libmypaint +version=1.3.0 +release=1 + +source=(https://github.com/mypaint/libmypaint/archive/v$version.tar.gz) + +build () +{ + cd ${name}-$version + ./autogen.sh + ./configure --prefix=/usr --enable-gegl + make + make DESTDIR="$PKG" install +}