talimat 479 B

1234567891011121314151617
  1. # Description: Hafif Tox istemcisi
  2. # URL: https://github.com/GrayHatter/uTox
  3. # packager: milisarge
  4. # Depends on: gtk3 toxcore openal v4l-utils xorg-libxrender dbus hicolor-icon-theme xorg-fontconfig desktop-file-utils xorg-libxext xorg-libxrender filter_audio
  5. name=utox
  6. _name=uTox
  7. version=0.9.4
  8. release=1
  9. source=(https://github.com/GrayHatter/$_name/archive/v$version/$name-$version.tar.gz)
  10. build() {
  11. cd $_name-$version
  12. make
  13. make PREFIX=/usr DESTDIR=$PKG install
  14. }