talimat 637 B

123456789101112131415161718192021
  1. # Description: Çeşitli GNOME modülleri için ortak API'li kitaplık.
  2. # URL: http://www.gnome.org
  3. # Packager: alihan-ozturk28@hotmail.com
  4. # Depends on: iso-codes itstool xorg-app gtk3 docbook-xml gnome-doc-utils gsettings-desktop-schemas gobject-introspection startup-notification xorg-xkeyboard-config
  5. name=gnome-desktop
  6. version=3.18.0
  7. release=1
  8. source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr \
  12. --localstatedir=/var \
  13. --sysconfdir=/etc \
  14. --libexecdir=/usr/lib/$name \
  15. --with-gnome-distributor="Milis"
  16. make
  17. make DESTDIR=$PKG install
  18. }