talimat 593 B

12345678910111213141516171819202122232425
  1. # Description: Internet'ten hava durumuna erişim sağlar.
  2. # URL: http://matsusoft.com.ar/projects/mate
  3. # Packager: yasarciv
  4. # Depends on: dconf gtk2 libsoup
  5. name=mate-libweather
  6. version=1.16.1
  7. release=1
  8. _name=libmateweather
  9. source=(http://pub.mate-desktop.org/releases/${version%.*}/${_name}-$version.tar.xz)
  10. build() {
  11. cd ${_name}-$version
  12. ./configure \
  13. --prefix=/usr \
  14. --sysconfdir=/etc \
  15. --localstatedir=/var \
  16. --with-gtk=2.0 \
  17. --disable-static \
  18. --disable-python \
  19. --enable-locations-compression
  20. make
  21. make DESTDIR=$PKG install
  22. }