talimat 443 B

1234567891011121314151617181920
  1. # Tanım: Freedesktop.org Hicolor simge temasi
  2. # URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
  3. # Paketçi: milisarge
  4. # Gerekler:
  5. # Grup: tasarım
  6. isim=hicolor-icon-theme
  7. surum=0.15
  8. devir=1
  9. kaynak=( http://ftp.osuosl.org/pub/blfs/conglomeration/hicolor-icon-theme/$isim-$surum.tar.xz)
  10. derle() {
  11. cd $isim-$surum
  12. ./configure --prefix=/usr \
  13. --mandir=/usr/share/man \
  14. --infodir=/usr/share/info
  15. make
  16. make DESTDIR=$PKG install
  17. }