libmypaint.paketlendi
This commit is contained in:
parent
e2ed17e0bf
commit
b76dbd7050
1 changed files with 19 additions and 0 deletions
19
talimatname/genel/libmypaint/talimat
Normal file
19
talimatname/genel/libmypaint/talimat
Normal file
|
@ -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…
Add table
Reference in a new issue