talimat 679 B

123456789101112131415161718192021222324
  1. # Tanım: hızlı ve kolay boyama uygulaması
  2. # URL: http://mypaint.intilinux.com/
  3. # Paketçi: milisarge
  4. # Gerekler: desktop-file-utils gtk3 gegl babl lcms2 json-c python-cairo python-gobject python-gtk python-numpy python-protobuf scons swig libmypaint
  5. # Grup: tasarım
  6. isim=mypaint
  7. surum=1.3.0
  8. devir=1
  9. kaynak=()
  10. derle()
  11. {
  12. if [ -d $DERLEME_KAYNAKDIZIN/$isim ];then
  13. cd $DERLEME_KAYNAKDIZIN/$isim
  14. git pull
  15. else
  16. git clone https://github.com/mypaint/mypaint.git $DERLEME_KAYNAKDIZIN/$isim
  17. fi
  18. cd $DERLEME_KAYNAKDIZIN/$isim
  19. scons prefix="/usr" enable_gegl=true use_sharedlib=yes
  20. scons prefix="/usr" enable_gegl=true use_sharedlib=yes --install-sandbox="$PKG" "$PKG"
  21. }