net-im/telegram-purple: initial import of version 1.4.2

This commit is contained in:
Julian Ospald 2019-11-24 21:34:44 +08:00
parent ca9904a7c9
commit c5233d46b1
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# Copyright 2019 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require github [ user="majn" release="v${PV}" pnv="${PN}_${PV}.orig" suffix="tar.gz" ]
SUMMARY="Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers"
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64"
MYOPTIONS=""
DEPENDENCIES="
build:
sys-devel/gettext
virtual/pkg-config
build+run:
dev-libs/glib:2
dev-libs/libgcrypt
media-libs/libpng:=
media-libs/libwebp:=
net-im/pidgin
sys-libs/zlib
"
BUGS_TO="hasufell@posteo.de"
WORK="${WORKBASE}/${PN}"
src_install() {
default
edo rmdir "${IMAGE}"/etc/telegram-purple
edo rmdir "${IMAGE}"/etc
}