2015-03-24 22:55:46 +00:00
|
|
|
# Template file for 'toxic'
|
|
|
|
pkgname="toxic"
|
|
|
|
version="0.5.2"
|
2015-05-20 06:26:22 +00:00
|
|
|
revision=2
|
2015-03-24 22:55:46 +00:00
|
|
|
_commithash="0c39e7b158ff74a2ef4ed62a72b5b7a3c878ac7f"
|
|
|
|
short_desc="NCurses-based TOX instant messanger client"
|
|
|
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="https://wiki.tox.im/Toxic"
|
|
|
|
depends="toxcore-git>=20150313_2"
|
2015-03-28 09:53:27 +00:00
|
|
|
makedepends="toxcore-devel-git libX11-devel freealut-devel libconfig-devel ncurses-devel libopenal-devel libnotify-devel libvpx-devel libsodium-devel opus-devel"
|
2015-03-26 12:24:09 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2015-03-24 22:55:46 +00:00
|
|
|
build_style="gnu-makefile"
|
2015-03-26 12:24:09 +00:00
|
|
|
distfiles="https://github.com/Tox/toxic/archive/${_commithash}.tar.gz"
|
|
|
|
checksum="14990c674363004b7d2d4c14706f8a6232eb0b546e7b8f9889867761de548435"
|
2015-05-20 07:45:03 +00:00
|
|
|
make_install_args="-C build"
|
2015-03-26 12:24:09 +00:00
|
|
|
wrksrc="toxic-${_commithash}"
|
2015-03-24 22:55:46 +00:00
|
|
|
|
2015-05-20 07:45:03 +00:00
|
|
|
do_build() {
|
|
|
|
make CC=$CC -C build ${makejobs}
|
|
|
|
}
|