milis/talimatname/genel/l/libmypaint/talimat

20 lines
407 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: hızlı ve kolay boyama uygulaması
2017-03-29 21:27:23 +02:00
# URL: http://mypaint.intilinux.com/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: gobject-introspection json-c gegl intltool python
2017-03-29 21:27:23 +02:00
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
}