talimat 533 B

12345678910111213141516171819202122
  1. # Description: Basit bir pencere yönetim aracı (GTK2 sürümü)
  2. # URL: http://matsusoft.com.ar/projects/mate
  3. # Packager: yasarciv
  4. # Depends on: gtk2 libwnck libfakekey libunique1 mate-panel
  5. name=mate-netbook
  6. version=1.16.1
  7. release=1
  8. source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure \
  12. --prefix=/usr \
  13. --libexec=/usr/lib/${name} \
  14. --sysconfdir=/etc \
  15. --with-gtk=2.0 \
  16. --disable-static
  17. make
  18. make DESTDIR=$PKG install
  19. }