milis/talimatname/genel/l/libmypaint/talimat

20 lines
398 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
2017-10-28 14:10:23 +02:00
isim=libmypaint
surum=1.3.0
devir=1
2017-03-29 21:27:23 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(https://github.com/mypaint/libmypaint/archive/v$surum.tar.gz)
2017-03-29 21:27:23 +02:00
2017-10-27 23:59:41 +02:00
derle()
2017-03-29 21:27:23 +02:00
{
2017-10-28 14:10:23 +02:00
cd ${isim}-$surum
2017-03-29 21:27:23 +02:00
./autogen.sh
./configure --prefix=/usr --enable-gegl
make
make DESTDIR="$PKG" install
}