# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="A simple dockapp to display the date and/or time" HOMEPAGE="http://projects.l3ib.org/lal/" SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="x11-libs/libX11 x11-libs/libXft" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" src_prepare() { sed -i 's/\$(CC) /$(CC) $(CFLAGS) /g' Makefile } src_install() { dobin lal dodoc README doman docs/lal.1 }