talimat 376 B

123456789101112131415161718
  1. # Description: MATE için ortak geliştirme makroları
  2. # URL: http://matsusoft.com.ar/projects/mate
  3. # Packager: yasarciv
  4. # Depends on: intltool
  5. name=mate-common
  6. version=1.16.0
  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. make
  14. make DESTDIR=$PKG install
  15. }