net-im/telegram-purple: initial import of version 1.4.2
This commit is contained in:
parent
ca9904a7c9
commit
c5233d46b1
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user