libmypaint.paketlendi
This commit is contained in:
parent
e2ed17e0bf
commit
b76dbd7050
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue