talimat 462 B

123456789101112131415161718192021
  1. # Tanım: Basit bir pencere yönetim aracı
  2. # URL: http://www.mate-desktop.org/
  3. # Paketçi: yasarciv67@gmail.com
  4. # Gerekler: intltool libfakekey mate-panel
  5. # Grup: sistem
  6. isim=mate-netbook
  7. surum=1.20.0
  8. devir=1
  9. kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
  10. derle() {
  11. cd $isim-$surum
  12. ./configure \
  13. --prefix=/usr \
  14. --libexec=/usr/lib/$isim \
  15. --sysconfdir=/etc
  16. make
  17. make DESTDIR=$PKG install
  18. }