20 lines
415 B
Plaintext
20 lines
415 B
Plaintext
# Description: hızlı ve kolay boyama uygulaması
|
||
# URL: http://mypaint.intilinux.com/
|
||
# Packagers: milisarge
|
||
# Depends on: gobject-introspection json-c gegl intltool python
|
||
|
||
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
|
||
}
|