talimat 892 B

123456789101112131415161718192021222324252627282930
  1. # Description: iTunes benzeri müzik çalma ve yönetim uygulaması
  2. # URL: http://www.rhythmbox.org
  3. # Packager: yasarciv67@gmail.com
  4. # Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache gobject-introspection intltool gtk3 gdk-pixbuf libsoup libpeas libxml2 tdb json-glib totem-pl-parser libmtp gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good webkit2gtk3 python python-gobject
  5. name=rhythmbox
  6. version=3.4.1
  7. release=1
  8. source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:3}/$name-$version.tar.xz)
  9. build() {
  10. tamir_masaustu
  11. cd $name-$version
  12. ./configure --prefix=/usr \
  13. --sysconfdir=/etc \
  14. --disable-scrollkeeper \
  15. --enable-python=yes \
  16. --enable-vala \
  17. --enable-browser-plugin \
  18. --enable-musicbrainz \
  19. --with-gudev \
  20. --with-mtp \
  21. --with-gnome-keyring \
  22. --with-brasero \
  23. --with-webkit
  24. make
  25. make DESTDIR=$PKG install
  26. }