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