mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-07 23:33:31 +02:00
initial import
This commit is contained in:
29
x11-plugins/pidgin-tlen/pidgin-tlen-20090811.ebuild
Normal file
29
x11-plugins/pidgin-tlen/pidgin-tlen-20090811.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="Tlen.pl support for Pidgin (plugin)"
|
||||
HOMEPAGE="http://nic.com.pl/~alek/pidgin-tlen"
|
||||
SRC_URI="http://nic.com.pl/~alek/pidgin-tlen/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=net-im/pidgin-2.5.3"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
DOCS="README"
|
||||
|
||||
src_compile() {
|
||||
make LOCALBASE="/usr" || die "Compile failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install LOCALBASE="/usr" DESTDIR="${D}" || die "Install failed"
|
||||
dodoc README
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user