talimat 415 B

1234567891011121314151617181920
  1. # Description: hızlı ve kolay boyama uygulaması
  2. # URL: http://mypaint.intilinux.com/
  3. # Packagers: milisarge
  4. # Depends on: gobject-introspection json-c gegl intltool python
  5. name=libmypaint
  6. version=1.3.0
  7. release=1
  8. source=(https://github.com/mypaint/libmypaint/archive/v$version.tar.gz)
  9. build ()
  10. {
  11. cd ${name}-$version
  12. ./autogen.sh
  13. ./configure --prefix=/usr --enable-gegl
  14. make
  15. make DESTDIR="$PKG" install
  16. }