25 lines
543 B
Plaintext
25 lines
543 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
|
|||
|
# 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
|
|||
|
}
|