20 lines
398 B
Plaintext
20 lines
398 B
Plaintext
# Tanım: hızlı ve kolay boyama uygulaması
|
||
# URL: http://mypaint.intilinux.com/
|
||
# Paketçi: milisarge
|
||
# Gerekler: gobject-introspection json-c gegl intltool python
|
||
|
||
isim=libmypaint
|
||
surum=1.3.0
|
||
devir=1
|
||
|
||
kaynak=(https://github.com/mypaint/libmypaint/archive/v$surum.tar.gz)
|
||
|
||
derle()
|
||
{
|
||
cd ${isim}-$surum
|
||
./autogen.sh
|
||
./configure --prefix=/usr --enable-gegl
|
||
make
|
||
make DESTDIR="$PKG" install
|
||
}
|