milis/talimatname/genel/l/libmypaint/talimat

25 lines
543 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: hızlı ve kolay boyama uygulaması
# URL: http://mypaint.intilinux.com/
# Paketçi: milisarge
# Gerekler: gobject-introspection json-c gegl intltool python
# Grup: kütüphane
isim=libmypaint
surum=1.3.0
devir=2
kaynak=(https://github.com/mypaint/libmypaint/archive/v$surum.tar.gz::$isim-$surum.tar.gz
versioning.patch
gegl-0.4.patch)
derle()
{
cd ${isim}-$surum
patch -uNp2 < ../versioning.patch
patch -Np1 < ../gegl-0.4.patch
./autogen.sh
./configure --prefix=/usr --enable-gegl
make
make DESTDIR="$PKG" install
}