talimat 449 B

123456789101112131415161718
  1. # Tanım: Gnome icin yardim dosyalari
  2. # URL: http://www.gnome.org/
  3. # Paketçi: milisarge
  4. # Gerekler: itstool intltool gtk-doc libxslt hicolor-icon-theme webkit2gtk3 webkitgtk3 yelp-xsl desktop-file-utils
  5. # Grup: kütüphane
  6. isim=yelp
  7. surum=3.27.1
  8. devir=1
  9. kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
  10. derle() {
  11. cd $isim-$surum
  12. ./configure --prefix=/usr --disable-static
  13. make
  14. make DESTDIR=$PKG install
  15. }